Package | Description |
---|---|
com.consol.citrus.util |
Modifier and Type | Method and Description |
---|---|
static TestCaseCreator.UnitFramework |
TestCaseCreator.UnitFramework.fromString(String value) |
TestCaseCreator.UnitFramework |
TestCaseCreator.getFramework()
Get the unit test framework (usually TestNG or JUnit).
|
static TestCaseCreator.UnitFramework |
TestCaseCreator.UnitFramework.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseCreator.UnitFramework[] |
TestCaseCreator.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 |
TestCaseCreator.setFramework(TestCaseCreator.UnitFramework framework)
Set the unit test framework.
|
TestCaseCreator |
TestCaseCreator.withFramework(TestCaseCreator.UnitFramework framework)
Set the unit testing framework to use.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.