public static enum GroupedTestItemRunner.Type extends Enum<GroupedTestItemRunner.Type>
| Enum Constant and Description |
|---|
GROUP_BY_TEST_CASE |
GROUP_BY_TEST_FIXTURE |
GROUP_BY_TEST_FIXTURE_ORDER_BY_TEST_ORACLE |
GROUP_BY_TEST_ORACLE |
| Modifier and Type | Method and Description |
|---|---|
static GroupedTestItemRunner.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupedTestItemRunner.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupedTestItemRunner.Type GROUP_BY_TEST_ORACLE
public static final GroupedTestItemRunner.Type GROUP_BY_TEST_CASE
public static final GroupedTestItemRunner.Type GROUP_BY_TEST_FIXTURE
public static final GroupedTestItemRunner.Type GROUP_BY_TEST_FIXTURE_ORDER_BY_TEST_ORACLE
public static GroupedTestItemRunner.Type[] values()
for (GroupedTestItemRunner.Type c : GroupedTestItemRunner.Type.values()) System.out.println(c);
public static GroupedTestItemRunner.Type 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.