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
Modifier and TypeFieldDescriptionprotected org.junit.runner.notification.RunNotifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.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 Details
-
notifier
@Inject protected org.junit.runner.notification.RunNotifier notifier -
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 interfaceorg.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 interfaceorg.junit.rules.MethodRule
-