Class RunUntilFailureClassRule
- java.lang.Object
-
- org.opendaylight.infrautils.testutils.RunUntilFailureClassRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class RunUntilFailureClassRule extends Object implements org.junit.rules.TestRule
SeeRunUntilFailureRule
.- Author:
- Michael Vorburger
-
-
Constructor Summary
Constructors Constructor Description RunUntilFailureClassRule()
RunUntilFailureClassRule(long maximumNumberOfTimesToRun)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
-