| 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 |
|---|---|
ZooActionBuilder |
ZooActionBuilder.client(ZooClient zooClient)
Use a custom zoo client.
|
ZooActionBuilder |
ZooActionBuilder.extract(String jsonPath,
String variableName)
Adds variable extractor for extracting variable from command response.
|
ZooActionBuilder |
ZooActionBuilder.result(String result)
Adds expected command result.
|
ZooActionBuilder |
ZooActionBuilder.validate(String jsonPath,
String expectedValue)
Adds variable extractor for extracting variable from command response.
|
ZooActionBuilder |
ZooActionBuilder.withApplicationContext(org.springframework.context.ApplicationContext ctx)
Sets the Spring bean application context.
|
| Modifier and Type | Method and Description |
|---|---|
ZooActionBuilder |
TestDesigner.zookeeper()
Creates a new zookeeper execute action.
|
ZooActionBuilder |
DefaultTestDesigner.zookeeper() |
| Modifier and Type | Method and Description |
|---|---|
ZooActionBuilder |
JUnit4CitrusTestDesigner.zookeeper() |
| Modifier and Type | Method and Description |
|---|---|
TestAction |
JUnit4CitrusTestRunner.zookeeper(BuilderSupport<ZooActionBuilder> configurer) |
| Modifier and Type | Method and Description |
|---|---|
TestAction |
TestRunner.zookeeper(BuilderSupport<ZooActionBuilder> configurer)
Run zookeeper command action.
|
TestAction |
DefaultTestRunner.zookeeper(BuilderSupport<ZooActionBuilder> configurer) |
| Modifier and Type | Method and Description |
|---|---|
ZooActionBuilder |
TestNGCitrusTestDesigner.zookeeper() |
| Modifier and Type | Method and Description |
|---|---|
TestAction |
TestNGCitrusTestRunner.zookeeper(BuilderSupport<ZooActionBuilder> configurer) |
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.