static enum ParameterizedTestMethodContext.ResolverType extends java.lang.Enum<ParameterizedTestMethodContext.ResolverType>
| Enum Constant and Description |
|---|
AGGREGATOR |
CONVERTER |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract ParameterizedTestMethodContext.Resolver |
createResolver(ParameterContext parameterContext) |
static ParameterizedTestMethodContext.ResolverType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterizedTestMethodContext.ResolverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterizedTestMethodContext.ResolverType CONVERTER
public static final ParameterizedTestMethodContext.ResolverType AGGREGATOR
public static ParameterizedTestMethodContext.ResolverType[] values()
for (ParameterizedTestMethodContext.ResolverType c : ParameterizedTestMethodContext.ResolverType.values()) System.out.println(c);
public static ParameterizedTestMethodContext.ResolverType 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 nullabstract ParameterizedTestMethodContext.Resolver createResolver(ParameterContext parameterContext)