Uses of Class
org.apache.activemq.junit.RepeatStatement.Builder
-
Packages that use RepeatStatement.Builder Package Description org.apache.activemq.junit -
-
Uses of RepeatStatement.Builder in org.apache.activemq.junit
Methods in org.apache.activemq.junit that return RepeatStatement.Builder Modifier and Type Method Description static RepeatStatement.BuilderRepeatStatement. builder()RepeatStatement.BuilderRepeatStatement.Builder. withRepetitions(int repetitions)Specifies the number of times to run the test.RepeatStatement.BuilderRepeatStatement.Builder. withRunUntilFailure(boolean untilFailure)Specifies the number of times to run the test.Constructors in org.apache.activemq.junit with parameters of type RepeatStatement.Builder Constructor Description RepeatStatement(RepeatStatement.Builder builder, org.junit.runners.model.Statement next)
-