Package org.junit.jupiter.params
package org.junit.jupiter.params
JUnit Jupiter extension for parameterized tests.
-
ClassDescription
@ParameterizedTest
is 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.