static enum MatcherApplicationStrategy.MatcherApplicationType extends java.lang.Enum<MatcherApplicationStrategy.MatcherApplicationType>
| Enum Constant and Description |
|---|
ERROR_UNSUPPORTED_NUMBER_OF_MATCHERS |
MATCH_EACH_VARARGS_WITH_LAST_MATCHER |
ONE_MATCHER_PER_ARGUMENT |
| Modifier and Type | Method and Description |
|---|---|
static MatcherApplicationStrategy.MatcherApplicationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatcherApplicationStrategy.MatcherApplicationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatcherApplicationStrategy.MatcherApplicationType ONE_MATCHER_PER_ARGUMENT
public static final MatcherApplicationStrategy.MatcherApplicationType MATCH_EACH_VARARGS_WITH_LAST_MATCHER
public static final MatcherApplicationStrategy.MatcherApplicationType ERROR_UNSUPPORTED_NUMBER_OF_MATCHERS
public static MatcherApplicationStrategy.MatcherApplicationType[] values()
for (MatcherApplicationStrategy.MatcherApplicationType c : MatcherApplicationStrategy.MatcherApplicationType.values()) System.out.println(c);
public static MatcherApplicationStrategy.MatcherApplicationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null