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 Detail

      • EasyMockStatement

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

      • evaluate

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