| Package | Description |
|---|---|
| com.consol.citrus.dsl.builder | |
| com.consol.citrus.dsl.design | |
| com.consol.citrus.dsl.junit | |
| com.consol.citrus.dsl.runner | |
| com.consol.citrus.dsl.testng |
| Modifier and Type | Method and Description |
|---|---|
RepeatOnErrorBuilder |
RepeatOnErrorBuilder.autoSleep(long autoSleep)
Sets the auto sleep time in between repeats in milliseconds.
|
RepeatOnErrorBuilder |
RepeatOnErrorBuilder.condition(org.hamcrest.Matcher conditionMatcher)
Adds a Hamcrest matcher as condition expression.
|
RepeatOnErrorBuilder |
RepeatOnErrorBuilder.index(String indexName)
Sets the index variable name.
|
RepeatOnErrorBuilder |
RepeatOnErrorBuilder.startsWith(int index)
Sets the index start value.
|
RepeatOnErrorBuilder |
RepeatOnErrorBuilder.until(IteratingConditionExpression condition)
Adds a condition expression to this iterate container.
|
RepeatOnErrorBuilder |
RepeatOnErrorBuilder.until(org.hamcrest.Matcher conditionMatcher)
Adds a Hamcrest condition expression to this iterate container.
|
RepeatOnErrorBuilder |
RepeatOnErrorBuilder.until(String condition)
Adds a condition to this iterate container.
|
| Modifier and Type | Method and Description |
|---|---|
RepeatOnErrorBuilder |
TestDesigner.repeatOnError()
Adds repeat on error until true container with nested test actions.
|
RepeatOnErrorBuilder |
DefaultTestDesigner.repeatOnError() |
| Modifier and Type | Method and Description |
|---|---|
RepeatOnErrorBuilder |
JUnit4CitrusTestRunner.repeatOnError() |
RepeatOnErrorBuilder |
JUnit4CitrusTestDesigner.repeatOnError() |
| Modifier and Type | Method and Description |
|---|---|
RepeatOnErrorBuilder |
TestRunner.repeatOnError()
Adds repeat on error until true container with nested test actions.
|
RepeatOnErrorBuilder |
DefaultTestRunner.repeatOnError() |
| Modifier and Type | Method and Description |
|---|---|
RepeatOnErrorBuilder |
TestNGCitrusTestRunner.repeatOnError() |
RepeatOnErrorBuilder |
TestNGCitrusTestDesigner.repeatOnError() |
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.