Class RepeatRule.RepeatStatement

  • Enclosing class:
    RepeatRule

    private static class RepeatRule.RepeatStatement
    extends org.junit.runners.model.Statement
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean abortOnFailure  
      private int repetitions  
      private org.junit.runners.model.Statement statement  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RepeatStatement​(int repetitions, boolean abortOnFailure, org.junit.runners.model.Statement statement)  
    • 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
    • Field Detail

      • repetitions

        private final int repetitions
      • abortOnFailure

        private boolean abortOnFailure
      • statement

        private final org.junit.runners.model.Statement statement
    • Constructor Detail

      • RepeatStatement

        private RepeatStatement​(int repetitions,
                                boolean abortOnFailure,
                                org.junit.runners.model.Statement statement)
    • Method Detail

      • evaluate

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