public static enum TestCaseCreator.UnitFramework extends Enum<TestCaseCreator.UnitFramework>
Modifier and Type | Method and Description |
---|---|
static TestCaseCreator.UnitFramework |
fromString(String value) |
static TestCaseCreator.UnitFramework |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseCreator.UnitFramework[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestCaseCreator.UnitFramework TESTNG
public static final TestCaseCreator.UnitFramework JUNIT
public static TestCaseCreator.UnitFramework[] values()
for (TestCaseCreator.UnitFramework c : TestCaseCreator.UnitFramework.values()) System.out.println(c);
public static TestCaseCreator.UnitFramework valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static TestCaseCreator.UnitFramework fromString(String value)
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.