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.Builder
RepeatStatement. builder()
RepeatStatement.Builder
RepeatStatement.Builder. withRepetitions(int repetitions)
Specifies the number of times to run the test.RepeatStatement.Builder
RepeatStatement.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)
-