Parent Categories/Forums: jMock
Edit this Forum

jMock - Dev

Search:
This forum is an archive for the mailing list: dev@jmock.codehaus.org (mailing list options). Messages posted here will be sent to this mailing list.

Child Forums (0): None
Post to jMock - Dev Post New Message  ::  Alert me of new posts  ::  Rating Filter:
« Newest  ‹ Newer  —  Threads 1-35  —  Older

Thread (210 Threads) Rating Replies Last Message

[jira] Created: (JMOCK-228) Report further detail in unexpected invocation by JIRA jira@codehaus.o...
0
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-227) Allow ReturnDefaultValueAction to be replaced/extended by JIRA jira@codehaus.o...
0
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-226) Confusing error message when closing parenthesis is misplaced with multiple Expectations blocks by JIRA jira@codehaus.o...
0
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-225) Imposteriser produces ClassCastException when JUnit tests are run with Ant. by JIRA jira@codehaus.o...
1
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-224) ExpectationError is Serializable but cannot be Serialized by JIRA jira@codehaus.o...
3
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-223) Improve documentation for Mockery.checking by JIRA jira@codehaus.o...
3
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-222) An ability to use annotation to create mock objects by JIRA jira@codehaus.o...
5
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-221) http://www.jmock.org/override.html by JIRA jira@codehaus.o...
1
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-206) Lost test Exception in org.jmock.core.VerifyingTestCase.runBare() by JIRA jira@codehaus.o...
1
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-197) Mocking a static nested class causes a net.sf.cglib.core.CodeGenerationException to be thrown. by JIRA jira@codehaus.o...
8
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-201) Allow ClassImposteriser to be extended by JIRA jira@codehaus.o...
5
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-220) Using 'ignoring' an expectation overrides the expectation by JIRA jira@codehaus.o...
2
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-212) Compilation failure with JDK-1.5.17 (5.0u17) by JIRA jira@codehaus.o...
1
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-202) Unsatisfied expectations are not correctly captured with JUnit4's @Test(expected=AssertionError.class) in JMock 2.5.0-RC1+ by JIRA jira@codehaus.o...
7
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-210) Add getMockery() to MockObjectTestCase by JIRA jira@codehaus.o...
1
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-219) The JUnit4 Runner does not warn you if you declare multiple mockery objects by JIRA jira@codehaus.o...
1
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-218) Mockery depends on SingleThreadedImposteriser which is in the test source directory by JIRA jira@codehaus.o...
3
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-217) org.jmock.test.unit.lib.concurrent.BlitzerTests fails on HEAD by JIRA jira@codehaus.o...
2
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-216) Having more one() expectations than actually called doesn't fails by JIRA jira@codehaus.o...
2
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-214) Fail fast when run concurrently by JIRA jira@codehaus.o...
10
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-183) Exceptions thrown by expectations should be caught and available for rethrowing during verification by JIRA jira@codehaus.o...
8
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-215) Wait for a state machine to enter a specific state by JIRA jira@codehaus.o...
1
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-213) Make jMock thread-safe by JIRA jira@codehaus.o...
6
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-199) Upgrade to CGLIB 2.2 by JIRA jira@codehaus.o...
2
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-211) The event trace in error messages should show what each invocation did (the exception it threw , the value it returned) by JIRA jira@codehaus.o...
0
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-209) I'm unable to get DAOIMPL value and I'm always getting value from Dao by JIRA jira@codehaus.o...
1
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-208) Incorporate Hamcrest mismatch reporting by JIRA jira@codehaus.o...
5
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-207) Statically type-safe way of defining expectations for all mock objects of a given type by JIRA jira@codehaus.o...
0
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-204) Documentation does not use the oneOf method by JIRA jira@codehaus.o...
2
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-203) CardinalityClause does not include new oneOf method by JIRA jira@codehaus.o...
4
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-205) Deprecate the 'one' method in favour of 'oneOf' by JIRA jira@codehaus.o...
0
by JIRA jira@codehaus.o...

a() and an() by snackbox
0
by snackbox

2.5.1 Released by Nat Pryce
0
by Nat Pryce

[jira] Created: (JMOCK-200) JMock does not report actual invocations when the mockery is not satisfied by JIRA jira@codehaus.o...
2
by JIRA jira@codehaus.o...

[jira] Created: (JMOCK-172) Make it easy to define a block of expectations that only occur in a given state by JIRA jira@codehaus.o...
4
by JIRA jira@codehaus.o...
Post to jMock - Dev Post New Message  ::  Alert me of new posts  ::  Atom feed for jMock - Dev
« Newest  ‹ Newer  —  Threads 1-35  —  Older