Class RandomBug.RepeatRule

  • All Implemented Interfaces:
    org.junit.rules.MethodRule, org.junit.rules.TestRule
    Enclosing class:
    RandomBug

    public class RandomBug.RepeatRule
    extends Object
    implements org.junit.rules.TestRule, org.junit.rules.MethodRule
    • Field Detail

      • notifier

        @Inject
        protected org.junit.runner.notification.RunNotifier notifier
    • Constructor Detail

      • RepeatRule

        public RepeatRule()
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base,
                                                       org.junit.runner.Description description)
        Specified by:
        apply in interface org.junit.rules.TestRule
      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base,
                                                       org.junit.runners.model.FrameworkMethod method,
                                                       Object fixtureTarget)
        Specified by:
        apply in interface org.junit.rules.MethodRule