|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
constructorTypes
with parameters constructorArgs
.
constructorTypes
with parameters constructorArgs
.
- createNiceControl(Class, Class[], Object[], Method[]) -
Static method in class org.easymock.classextension.MockClassControl
- Do the same as above but allows to pass a list of methods to mock.
- createNiceControl(Class) -
Static method in class org.easymock.classextension.MockClassControl
- Does the same thing as above, but tries to use the first constructor found.
- createStrictControl(Class, Class[], Object[]) -
Static method in class org.easymock.classextension.MockClassControl
- Creates a mock control object for the specified class and construct an
instance using the constructor that matches
constructorTypes
with parameters constructorArgs
.
- createStrictControl(Class, Class[], Object[], Method[]) -
Static method in class org.easymock.classextension.MockClassControl
- Do the same as above but allows to pass a list of methods to mock.
- createStrictControl(Class) -
Static method in class org.easymock.classextension.MockClassControl
- Does the same thing as above, but tries to use the first constructor found.
MockControl
control the behavior of their
associated mock objects.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |