| Enum Constant and Description |
|---|
all |
junit3 |
junit4 |
junit5 |
useTestCasesHeader |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
filter() |
static TestCases |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestCases[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestCases junit3
public static final TestCases junit4
public static final TestCases junit5
public static final TestCases all
public static final TestCases useTestCasesHeader
public static TestCases[] values()
for (TestCases c : TestCases.values()) System.out.println(c);
public static TestCases 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 nullpublic java.lang.String filter()
Copyright © 2020 Bndtools. All rights reserved.