| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
RepeatStatement(RepeatStatement.Builder builder,
org.junit.runners.model.Statement next) |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.