public static enum MainTest.TestType extends Enum<MainTest.TestType>
| Modifier and Type | Method and Description |
|---|---|
static MainTest.TestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MainTest.TestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MainTest.TestType full_reader_test
public static final MainTest.TestType iterator_reader_test
public static final MainTest.TestType for_each_reader_test
public static final MainTest.TestType iterator_two_readers_test
public static final MainTest.TestType timeout_test
public static final MainTest.TestType url_test
public static final MainTest.TestType file_test
public static final MainTest.TestType file_mediation_test
public static final MainTest.TestType string_random_test
public static final MainTest.TestType string_random_iterator_test
public static final MainTest.TestType store_simple_test
public static final MainTest.TestType store_file_test
public static final MainTest.TestType object_test
public static final MainTest.TestType event_test
public static final MainTest.TestType event_store_test
public static MainTest.TestType[] values()
for (MainTest.TestType c : MainTest.TestType.values()) System.out.println(c);
public static MainTest.TestType 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 © 2014. All Rights Reserved.