| Package | Description |
|---|---|
| com.consol.citrus.generate | |
| com.consol.citrus.generate.javadsl | |
| com.consol.citrus.generate.xml |
| Modifier and Type | Method and Description |
|---|---|
TestGenerator.GeneratorMode |
TestGenerator.getMode() |
static TestGenerator.GeneratorMode |
TestGenerator.GeneratorMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGenerator.GeneratorMode[] |
TestGenerator.GeneratorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
TestGenerator.withMode(TestGenerator.GeneratorMode mode) |
| Modifier and Type | Method and Description |
|---|---|
TestGenerator.GeneratorMode |
JavaTestGenerator.getMode()
Gets the mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaTestGenerator.setMode(TestGenerator.GeneratorMode mode)
Sets the mode.
|
T |
JavaTestGenerator.withMode(TestGenerator.GeneratorMode mode)
Set the mode describing which part (client/server) to use.
|
| Modifier and Type | Method and Description |
|---|---|
TestGenerator.GeneratorMode |
XmlTestGenerator.getMode()
Gets the mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlTestGenerator.setMode(TestGenerator.GeneratorMode mode)
Sets the mode.
|
T |
XmlTestGenerator.withMode(TestGenerator.GeneratorMode mode)
Set the mode describing which part (client/server) to use.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.