public static enum TestRunner.ExecutionMode extends java.lang.Enum<TestRunner.ExecutionMode>
Enum Constant and Description |
---|
Embedded |
Standalone |
Modifier and Type | Method and Description |
---|---|
static TestRunner.ExecutionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestRunner.ExecutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestRunner.ExecutionMode Standalone
public static final TestRunner.ExecutionMode Embedded
public static TestRunner.ExecutionMode[] values()
for (TestRunner.ExecutionMode c : TestRunner.ExecutionMode.values()) System.out.println(c);
public static TestRunner.ExecutionMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 1998-2014 CA, Inc. All Rights Reserved.