Package | Description |
---|---|
org.junit.jupiter.params |
JUnit Jupiter extension for parameterized tests.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ParameterizedTestMethodContext.ResolverType> |
ParameterizedTestMethodContext.resolverTypes |
Modifier and Type | Method and Description |
---|---|
static ParameterizedTestMethodContext.ResolverType |
ParameterizedTestMethodContext.ResolverType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterizedTestMethodContext.ResolverType[] |
ParameterizedTestMethodContext.ResolverType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|