public enum GalenReportsContainer extends Enum<GalenReportsContainer>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static GalenReportsContainer |
get()
Returns a single instance of
GalenReportsContainer |
List<GalenTestInfo> |
getAllTests() |
TestReport |
registerTest(GalenTestInfo testInfo) |
TestReport |
registerTest(Method method) |
TestReport |
registerTest(String name,
List<String> groups) |
static GalenReportsContainer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GalenReportsContainer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GalenReportsContainer INSTANCE
public static GalenReportsContainer[] values()
for (GalenReportsContainer c : GalenReportsContainer.values()) System.out.println(c);
public static GalenReportsContainer 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 GalenReportsContainer get()
GalenReportsContainerGalenReportsContainerpublic TestReport registerTest(Method method)
public TestReport registerTest(String name, List<String> groups)
public TestReport registerTest(GalenTestInfo testInfo)
public List<GalenTestInfo> getAllTests()
Copyright © 2016. All rights reserved.