Module org.easymock

Class EasyMockStatement

java.lang.Object
org.junit.runners.model.Statement
org.easymock.internal.EasyMockStatement

public class EasyMockStatement extends org.junit.runners.model.Statement
JUnit Statement for use by JUnit Rule or JUnit Runner to process Mock and TestSubject annotations.
Since:
3.3
Author:
Henri Tremblay
  • Constructor Details

    • EasyMockStatement

      public EasyMockStatement(org.junit.runners.model.Statement originalStatement, Object test)
  • Method Details

    • evaluate

      public void evaluate() throws Throwable
      Specified by:
      evaluate in class org.junit.runners.model.Statement
      Throws:
      Throwable