Uses of Enum Class
org.citrusframework.generate.TestGenerator.GeneratorMode
Packages that use TestGenerator.GeneratorMode
Package
Description
-
Uses of TestGenerator.GeneratorMode in org.citrusframework.generate
Methods in org.citrusframework.generate that return TestGenerator.GeneratorModeModifier and TypeMethodDescriptionTestGenerator.getMode()static TestGenerator.GeneratorModeReturns the enum constant of this class with the specified name.static TestGenerator.GeneratorMode[]TestGenerator.GeneratorMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.citrusframework.generate with parameters of type TestGenerator.GeneratorMode -
Uses of TestGenerator.GeneratorMode in org.citrusframework.generate.javadsl
Methods in org.citrusframework.generate.javadsl that return TestGenerator.GeneratorModeMethods in org.citrusframework.generate.javadsl with parameters of type TestGenerator.GeneratorModeModifier and TypeMethodDescriptionvoidJavaTestGenerator.setMode(TestGenerator.GeneratorMode mode) Sets the mode.JavaTestGenerator.withMode(TestGenerator.GeneratorMode mode) Set the mode describing which part (client/server) to use. -
Uses of TestGenerator.GeneratorMode in org.citrusframework.generate.xml
Methods in org.citrusframework.generate.xml that return TestGenerator.GeneratorModeMethods in org.citrusframework.generate.xml with parameters of type TestGenerator.GeneratorModeModifier and TypeMethodDescriptionvoidXmlTestGenerator.setMode(TestGenerator.GeneratorMode mode) Sets the mode.XmlTestGenerator.withMode(TestGenerator.GeneratorMode mode) Set the mode describing which part (client/server) to use.