|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
EasyMockModuleEasyMockModule.verify() to verify the recorded behavior
of all created mocks.
EasyMockModule.createAndInjectRegularMocksIntoTest(Object) to
create and inject all mocks on the class.
AfterCreateMock annotated methods on the test, passing the given mock.
RegularMock annotated fields.
LenientMocksControl should be created
and set intp the annotated field.MocksControl.verify() method is called for every mock mock object
that was injected to a field annotated with Mock, or directly created by calling
EasyMockModule.createRegularMock(Class,InvocationOrder,Calls) or
EasyMockModule.createMock(Class,InvocationOrder,Calls,Order,Dates,Defaults).
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||