Uses of Class
org.easymock.Mock
-
Packages that use Mock Package Description org.easymock.internal -
-
Uses of Mock in org.easymock.internal
Methods in org.easymock.internal that return Mock Modifier and Type Method Description Mock
Injection. getAnnotation()
Gets the annotation describing this mock instance.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.
-