Uses of Class
org.apache.activemq.junit.RepeatStatement.Builder
-
Uses of RepeatStatement.Builder in org.apache.activemq.junit
Methods in org.apache.activemq.junit that return RepeatStatement.BuilderModifier and TypeMethodDescriptionstatic RepeatStatement.BuilderRepeatStatement.builder()RepeatStatement.Builder.withRepetitions(int repetitions) Specifies the number of times to run the test.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.BuilderModifierConstructorDescriptionprotectedRepeatStatement(RepeatStatement.Builder builder, Statement next)