java.lang.Object
org.easymock.EasyMockRule
- All Implemented Interfaces:
org.junit.rules.TestRule
JUnit Rule used to process
Mock
and TestSubject
annotations.- Since:
- 3.3
- Author:
- Alistair Todd
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Constructor Details
-
EasyMockRule
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-