Module org.easymock
Package org.easymock

Class EasyMockRule

java.lang.Object
org.easymock.EasyMockRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class EasyMockRule extends Object implements org.junit.rules.TestRule
JUnit Rule used to process Mock and TestSubject annotations.
Since:
3.3
Author:
Alistair Todd
  • Constructor Details

    • EasyMockRule

      public EasyMockRule(Object test)
  • 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 interface org.junit.rules.TestRule