public static enum BinaryContentAssertion.ComparisonType extends Enum<BinaryContentAssertion.ComparisonType>
| Enum Constant and Description |
|---|
Contains |
Equals |
NotContains |
NotEquals |
NotStartsWith |
StartsWith |
| Modifier and Type | Method and Description |
|---|---|
static BinaryContentAssertion.ComparisonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryContentAssertion.ComparisonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryContentAssertion.ComparisonType Equals
public static final BinaryContentAssertion.ComparisonType Contains
public static final BinaryContentAssertion.ComparisonType StartsWith
public static final BinaryContentAssertion.ComparisonType NotEquals
public static final BinaryContentAssertion.ComparisonType NotContains
public static final BinaryContentAssertion.ComparisonType NotStartsWith
public static BinaryContentAssertion.ComparisonType[] values()
for (BinaryContentAssertion.ComparisonType c : BinaryContentAssertion.ComparisonType.values()) System.out.println(c);
public static BinaryContentAssertion.ComparisonType 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 null