Module org.junit.jupiter.params
Package org.junit.jupiter.params
package org.junit.jupiter.params
JUnit Jupiter extension for parameterized tests.
-
ClassDescription
@AfterParameterizedClassInvocation
is used to signal that the annotated method should be executed before each invocation of the current@ParameterizedClass
.Enumeration of argument count validation modes for@ParameterizedClass
and@ParameterizedTest
.@BeforeParameterizedClassInvocation
is used to signal that the annotated method should be executed before each invocation of the current@ParameterizedClass
.@Parameter
is used to signal that a field in a@ParameterizedClass
constitutes a parameter and marks it for field injection.@ParameterizedClass
is used to signal that the annotated class is a parameterized test class.Constants for the use with the@ParameterizedClass
and@ParameterizedTest
annotations.@ParameterizedTest
is used to signal that the annotated method is a parameterized test method.