Class RunInModelJobStatement


  • public class RunInModelJobStatement
    extends org.junit.runners.model.Statement
    Statement to run the following statements as model job.
    Since:
    5.1
    • Field Detail

      • m_next

        protected final org.junit.runners.model.Statement m_next
    • Constructor Detail

      • RunInModelJobStatement

        public RunInModelJobStatement​(org.junit.runners.model.Statement next)
    • Method Detail

      • evaluate

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