Uses of Class
org.junit.jupiter.params.ParameterizedClassContext.InjectionType
-
Packages that use ParameterizedClassContext.InjectionType Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests. -
-
Uses of ParameterizedClassContext.InjectionType in org.junit.jupiter.params
Fields in org.junit.jupiter.params declared as ParameterizedClassContext.InjectionType Modifier and Type Field Description private ParameterizedClassContext.InjectionTypeParameterizedClassContext. injectionTypeMethods in org.junit.jupiter.params that return ParameterizedClassContext.InjectionType Modifier and Type Method Description (package private) ParameterizedClassContext.InjectionTypeParameterizedClassContext. getInjectionType()static ParameterizedClassContext.InjectionTypeParameterizedClassContext.InjectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParameterizedClassContext.InjectionType[]ParameterizedClassContext.InjectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-