Class RandomBug.RepeatRule

java.lang.Object
org.nuxeo.runtime.test.runner.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 Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.junit.runner.notification.RunNotifier
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.junit.runners.model.Statement
    apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
     
    org.junit.runners.model.Statement
    apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object fixtureTarget)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • notifier

      @Inject protected org.junit.runner.notification.RunNotifier notifier
    • statement

      public RandomBug.RepeatStatement statement
  • Constructor Details

    • RepeatRule

      public RepeatRule()
  • Method Details

    • 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