Uses of Enum Class
org.citrusframework.generate.UnitFramework
Packages that use UnitFramework
-
Uses of UnitFramework in org.citrusframework.generate
Methods in org.citrusframework.generate that return UnitFrameworkModifier and TypeMethodDescriptionstatic UnitFrameworkUnitFramework.fromString(String value) AbstractTestGenerator.getFramework()Get the unit test framework (usually TestNG or JUnit).TestGenerator.getFramework()static UnitFrameworkReturns the enum constant of this class with the specified name.static UnitFramework[]UnitFramework.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 UnitFrameworkModifier and TypeMethodDescriptionvoidAbstractTestGenerator.setFramework(UnitFramework framework) Set the unit test framework.AbstractTestGenerator.withFramework(UnitFramework framework) Set the unit testing framework to use.TestGenerator.withFramework(UnitFramework framework)