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
FieldsModifier and TypeFieldDescriptionprotected org.junit.runner.notification.RunNotifier - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description) org.junit.runners.model.Statementapply(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:
 applyin 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:
 applyin interfaceorg.junit.rules.MethodRule
 
 -