Package org.junit.jupiter.params
JUnit Jupiter extension for parameterized tests.
-
Interface Summary Interface Description ArgumentSetLifecycleMethod.ParameterResolver ParameterInfo ParameterInfois used to provide information about the current invocation of a parameterized class or test.ParameterizedDeclarationContext<C> ParameterizedInvocationNameFormatter.PartialFormatter ResolutionCache ResolverFacade.Resolver -
Enum Summary Enum Description ArgumentCountValidationMode Enumeration of argument count validation modes for@ParameterizedClassand@ParameterizedTest.ParameterizedClassContext.InjectionType -
Annotation Types Summary Annotation Type Description AfterParameterizedClassInvocation @AfterParameterizedClassInvocationis used to signal that the annotated method should be executed before each invocation of the current@ParameterizedClass.BeforeParameterizedClassInvocation @BeforeParameterizedClassInvocationis used to signal that the annotated method should be executed before each invocation of the current@ParameterizedClass.Parameter @Parameteris used to signal that a field in a@ParameterizedClassconstitutes a parameter and marks it for field injection.ParameterizedClass @ParameterizedClassis used to signal that the annotated class is a parameterized test class.ParameterizedTest @ParameterizedTestis used to signal that the annotated method is a parameterized test method.