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 MockInjection. annotationMethods in org.easymock.internal that return Mock Modifier and Type Method Description MockInjection. 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 MockTypeInjector. 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.
-