Package org.nuxeo.runtime.test.runner
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
notifier
RandomBug.RepeatStatement
statement
-
Constructor Summary
Constructors Constructor Description RepeatRule()
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
notifier
@Inject protected org.junit.runner.notification.RunNotifier notifier
-
statement
public RandomBug.RepeatStatement statement
-
-
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 interfaceorg.junit.rules.TestRule
-
-