| Package | Description |
|---|---|
| com.consol.citrus.generate |
| Modifier and Type | Method and Description |
|---|---|
static UnitFramework |
UnitFramework.fromString(String value) |
UnitFramework |
TestGenerator.getFramework() |
UnitFramework |
AbstractTestGenerator.getFramework()
Get the unit test framework (usually TestNG or JUnit).
|
static UnitFramework |
UnitFramework.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTestGenerator.setFramework(UnitFramework framework)
Set the unit test framework.
|
T |
TestGenerator.withFramework(UnitFramework framework) |
T |
AbstractTestGenerator.withFramework(UnitFramework framework)
Set the unit testing framework to use.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.