Class 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 Summary

      Constructors 
      Constructor Description
      EasyMockStatement​(org.junit.runners.model.Statement originalStatement, java.lang.Object test)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void evaluate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EasyMockStatement

        public EasyMockStatement​(org.junit.runners.model.Statement originalStatement,
                                 java.lang.Object test)
    • Method Detail

      • evaluate

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