public static enum TracingTestListener.TestFramework extends Enum<TracingTestListener.TestFramework>
| Modifier and Type | Method and Description |
|---|---|
static TracingTestListener.TestFramework |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TracingTestListener.TestFramework[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TracingTestListener.TestFramework JUNIT3
public static final TracingTestListener.TestFramework JUNIT4
public static final TracingTestListener.TestFramework TESTNG
public static TracingTestListener.TestFramework[] values()
for (TracingTestListener.TestFramework c : TracingTestListener.TestFramework.values()) System.out.println(c);
public static TracingTestListener.TestFramework 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 nullCopyright © 2017. All rights reserved.