public static enum TestAssertionRegistry.AssertableType extends Enum<TestAssertionRegistry.AssertableType>
| Modifier and Type | Method and Description |
|---|---|
static TestAssertionRegistry.AssertableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestAssertionRegistry.AssertableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestAssertionRegistry.AssertableType REQUEST
public static final TestAssertionRegistry.AssertableType RESPONSE
public static final TestAssertionRegistry.AssertableType BOTH
public static TestAssertionRegistry.AssertableType[] values()
for (TestAssertionRegistry.AssertableType c : TestAssertionRegistry.AssertableType.values()) System.out.println(c);
public static TestAssertionRegistry.AssertableType 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 © 2013. All Rights Reserved.