| 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 |
|---|---|
TimerBuilder |
TimerBuilder.delay(long delay)
Initial delay in milliseconds before first timer event should fire.
|
TimerBuilder |
TimerBuilder.fork(boolean fork)
Fork the timer so that other actions can run in parallel to the nested timer actions
|
TimerBuilder |
TimerBuilder.interval(long interval)
Interval in milliseconds between each timer.
|
TimerBuilder |
TimerBuilder.repeatCount(int repeatCount)
The maximum number of times the timer event is fired.
|
TimerBuilder |
TimerBuilder.timerId(String timerId)
Set the timer's id.
|
| Modifier and Type | Method and Description |
|---|---|
TimerBuilder |
TestDesigner.timer()
Adds a timer container.
|
TimerBuilder |
DefaultTestDesigner.timer() |
| Modifier and Type | Method and Description |
|---|---|
TimerBuilder |
JUnit4CitrusTestRunner.timer() |
TimerBuilder |
JUnit4CitrusTestDesigner.timer() |
| Modifier and Type | Method and Description |
|---|---|
TimerBuilder |
TestRunner.timer()
Repeat nested test actions based on a timer interval.
|
TimerBuilder |
DefaultTestRunner.timer() |
| Modifier and Type | Method and Description |
|---|---|
TimerBuilder |
TestNGCitrusTestRunner.timer() |
TimerBuilder |
TestNGCitrusTestDesigner.timer() |
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.