Uses of Class
com.consol.citrus.generate.UnitFramework
-
Packages that use UnitFramework Package Description com.consol.citrus.generate -
-
Uses of UnitFramework in com.consol.citrus.generate
Methods in com.consol.citrus.generate that return UnitFramework Modifier and Type Method Description static UnitFrameworkUnitFramework. fromString(String value)UnitFrameworkAbstractTestGenerator. getFramework()Get the unit test framework (usually TestNG or JUnit).UnitFrameworkTestGenerator. getFramework()static UnitFrameworkUnitFramework. valueOf(String name)Returns the enum constant of this type with the specified name.static UnitFramework[]UnitFramework. 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 UnitFramework Modifier and Type Method Description voidAbstractTestGenerator. setFramework(UnitFramework framework)Set the unit test framework.TAbstractTestGenerator. withFramework(UnitFramework framework)Set the unit testing framework to use.TTestGenerator. withFramework(UnitFramework framework)
-