Package org.easymock
Class EasyMockRule
- java.lang.Object
-
- org.easymock.EasyMockRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class EasyMockRule extends java.lang.Object implements org.junit.rules.TestRule
JUnit Rule used to processMock
andTestSubject
annotations.- Since:
- 3.3
- Author:
- Alistair Todd
-
-
Constructor Summary
Constructors Constructor Description EasyMockRule(java.lang.Object test)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-