C M O

C

createControl(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.
createControl(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.
createControl(Class) - Static method in class org.easymock.classextension.MockClassControl
Does the same thing as above, but tries to use the best constructor.
createNiceControl(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.
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.

M

MockClassControl - class org.easymock.classextension.MockClassControl.
Instances of MockControl control the behavior of their associated mock objects.

O

org.easymock.classextension - package org.easymock.classextension
 

C M O