Uses of Enum
org.junit.jupiter.params.ParameterizedClassContext.InjectionType
Packages that use ParameterizedClassContext.InjectionType
-
Uses of ParameterizedClassContext.InjectionType in org.junit.jupiter.params
Subclasses with type arguments of type ParameterizedClassContext.InjectionType in org.junit.jupiter.paramsModifier and TypeClassDescription(package private) static enumFields in org.junit.jupiter.params declared as ParameterizedClassContext.InjectionTypeModifier and TypeFieldDescriptionprivate final ParameterizedClassContext.InjectionTypeParameterizedClassContext.injectionTypeMethods in org.junit.jupiter.params that return ParameterizedClassContext.InjectionTypeModifier and TypeMethodDescription(package private) ParameterizedClassContext.InjectionTypeParameterizedClassContext.getInjectionType()Returns the enum constant of this type with the specified name.ParameterizedClassContext.InjectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.