Uses of Package
org.junit.jupiter.params
Packages that use org.junit.jupiter.params
Package
Description
JUnit Jupiter extension for parameterized tests.
Support classes for building
providers
and
converters
for arguments.
-
Classes in org.junit.jupiter.params used by org.junit.jupiter.paramsClassDescriptionEnumeration of argument count validation modes for
@ParameterizedClassand@ParameterizedTest.Encapsulates the evaluation of anArgumentsinstance (so it happens only once) and access to the resulting argument values.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.@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. -
Classes in org.junit.jupiter.params used by org.junit.jupiter.params.supportClassDescription
ParameterInfois used to provide information about the current invocation of a parameterized class or test.