Uses of Class
com.consol.citrus.generate.TestGenerator.GeneratorMode
-
Packages that use TestGenerator.GeneratorMode Package Description com.consol.citrus.generate com.consol.citrus.generate.javadsl com.consol.citrus.generate.xml -
-
Uses of TestGenerator.GeneratorMode in com.consol.citrus.generate
Methods in com.consol.citrus.generate that return TestGenerator.GeneratorMode Modifier and Type Method Description TestGenerator.GeneratorModeTestGenerator. getMode()static TestGenerator.GeneratorModeTestGenerator.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.Methods in com.consol.citrus.generate with parameters of type TestGenerator.GeneratorMode Modifier and Type Method Description TTestGenerator. withMode(TestGenerator.GeneratorMode mode) -
Uses of TestGenerator.GeneratorMode in com.consol.citrus.generate.javadsl
Methods in com.consol.citrus.generate.javadsl that return TestGenerator.GeneratorMode Modifier and Type Method Description TestGenerator.GeneratorModeJavaTestGenerator. getMode()Gets the mode.Methods in com.consol.citrus.generate.javadsl with parameters of type TestGenerator.GeneratorMode Modifier and Type Method Description voidJavaTestGenerator. setMode(TestGenerator.GeneratorMode mode)Sets the mode.TJavaTestGenerator. withMode(TestGenerator.GeneratorMode mode)Set the mode describing which part (client/server) to use. -
Uses of TestGenerator.GeneratorMode in com.consol.citrus.generate.xml
Methods in com.consol.citrus.generate.xml that return TestGenerator.GeneratorMode Modifier and Type Method Description TestGenerator.GeneratorModeXmlTestGenerator. getMode()Gets the mode.Methods in com.consol.citrus.generate.xml with parameters of type TestGenerator.GeneratorMode Modifier and Type Method Description voidXmlTestGenerator. setMode(TestGenerator.GeneratorMode mode)Sets the mode.TXmlTestGenerator. withMode(TestGenerator.GeneratorMode mode)Set the mode describing which part (client/server) to use.
-