Package org.apache.activemq.junit
Class RepeatRule
- java.lang.Object
-
- org.apache.activemq.junit.RepeatRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class RepeatRule extends Object implements org.junit.rules.TestRule
Test rule used to allow a test to have the Repeat annotation applied.
-
-
Constructor Summary
Constructors Constructor Description RepeatRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statementapply(org.junit.runners.model.Statement statement, Description description)
-
-
-
Method Detail
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, Description description)- Specified by:
applyin interfaceorg.junit.rules.TestRule
-
-