| 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 |
|---|---|
RepeatBuilder |
RepeatBuilder.condition(org.hamcrest.Matcher conditionMatcher)
Adds a Hamcrest matcher as condition expression.
|
RepeatBuilder |
RepeatBuilder.index(String indexName)
Sets Name of index variable.
|
RepeatBuilder |
RepeatBuilder.startsWith(int index)
Setter for looping index.
|
RepeatBuilder |
RepeatBuilder.until(IteratingConditionExpression condition)
Aborting condition expression.
|
RepeatBuilder |
RepeatBuilder.until(org.hamcrest.Matcher conditionMatcher)
Aborting Hamcrest condition expression.
|
RepeatBuilder |
RepeatBuilder.until(String condition)
Aborting condition.
|
| Modifier and Type | Method and Description |
|---|---|
RepeatBuilder |
TestDesigner.repeat()
Adds repeat until true container with nested test actions.
|
RepeatBuilder |
DefaultTestDesigner.repeat() |
| Modifier and Type | Method and Description |
|---|---|
RepeatBuilder |
JUnit4CitrusTestRunner.repeat() |
RepeatBuilder |
JUnit4CitrusTestDesigner.repeat() |
| Modifier and Type | Method and Description |
|---|---|
RepeatBuilder |
TestRunner.repeat()
Adds repeat until true container with nested test actions.
|
RepeatBuilder |
DefaultTestRunner.repeat() |
| Modifier and Type | Method and Description |
|---|---|
RepeatBuilder |
TestNGCitrusTestRunner.repeat() |
RepeatBuilder |
TestNGCitrusTestDesigner.repeat() |
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.