Uses of Class
org.easymock.Mock
-
Packages that use Mock Package Description org.easymock.internal -
-
Uses of Mock in org.easymock.internal
Fields in org.easymock.internal declared as Mock Modifier and Type Field Description private Mock
Injection. annotation
Methods in org.easymock.internal that return Mock Modifier and Type Method Description Mock
Injection. getAnnotation()
Gets the annotation describing this mock instance.Methods in org.easymock.internal with parameters of type Mock Modifier and Type Method Description private static MockType
Injector. mockTypeFromAnnotation(Mock annotation)
Constructors in org.easymock.internal with parameters of type Mock Constructor Description Injection(java.lang.Object mock, Mock annotation)
Create instance containing the given mock and annotation.
-