JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Annotation Interface
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
Modifier
Constructor
Description
Injection
(
Object
mock,
Mock
annotation)
Create instance containing the given mock and annotation.