Package org.junit.jupiter.params
package org.junit.jupiter.params
JUnit Jupiter extension for parameterized tests.
-
ClassDescription
@AfterParameterizedClassInvocationis used to signal that the annotated method should be executed before each invocation of the current@ParameterizedClass.Enumeration of argument count validation modes for@ParameterizedClassand@ParameterizedTest.@BeforeParameterizedClassInvocationis used to signal that the annotated method should be executed before each invocation of the current@ParameterizedClass.Encapsulates the evaluation of anArgumentsinstance (so it happens only once) and access to the resulting argument values.@Parameteris used to signal that a field in a@ParameterizedClassconstitutes a parameter and marks it for field injection.ParameterInfois used to provide information about the current invocation of a parameterized class or test.@ParameterizedClassis used to signal that the annotated class is a parameterized test class.Constants for the use with the@ParameterizedClassand@ParameterizedTestannotations.@ParameterizedTestis used to signal that the annotated method is a parameterized test method.Encapsulates access to the parameters of a parameterized test method and caches the converters and aggregators used to resolve them.