Uses of Class
org.junit.jupiter.params.ParameterizedTestMethodContext.ResolverType
-
Packages that use ParameterizedTestMethodContext.ResolverType Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests. -
-
Uses of ParameterizedTestMethodContext.ResolverType in org.junit.jupiter.params
Fields in org.junit.jupiter.params with type parameters of type ParameterizedTestMethodContext.ResolverType Modifier and Type Field Description private java.util.List<ParameterizedTestMethodContext.ResolverType>
ParameterizedTestMethodContext. resolverTypes
Methods in org.junit.jupiter.params that return ParameterizedTestMethodContext.ResolverType Modifier and Type Method 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.
-