Class RandomBug.RepeatStatement

    • Field Detail

      • notifier

        protected final org.junit.runner.notification.RunNotifier notifier
      • listener

        protected final org.junit.runner.notification.RunListener listener
      • base

        protected final org.junit.runners.model.Statement base
      • serial

        protected int serial
      • description

        protected org.junit.runner.Description description
    • Constructor Detail

      • RepeatStatement

        protected RepeatStatement​(RandomBug.Repeat someParams,
                                  org.junit.runner.notification.RunNotifier aNotifier,
                                  org.junit.runners.model.Statement aStatement,
                                  org.junit.runner.Description aDescription)
    • Method Detail

      • onEnter

        protected void onEnter​(int serial)
      • onLeave

        protected void onLeave()
      • evaluate

        public void evaluate()
        Specified by:
        evaluate in class org.junit.runners.model.Statement
      • retryCount

        protected abstract int retryCount()