public enum ThucydidesJUnitSystemProperties extends Enum<ThucydidesJUnitSystemProperties>
| Enum Constant and Description |
|---|
CONCURRENT_THREADS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static ThucydidesJUnitSystemProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThucydidesJUnitSystemProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThucydidesJUnitSystemProperties CONCURRENT_THREADS
public static ThucydidesJUnitSystemProperties[] values()
for (ThucydidesJUnitSystemProperties c : ThucydidesJUnitSystemProperties.values()) System.out.println(c);
public static ThucydidesJUnitSystemProperties 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 String getName()
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.