Uses of Package
org.junit.jupiter.params.aggregator
Package | Description |
---|---|
org.junit.jupiter.params.aggregator |
-
Classes in org.junit.jupiter.params.aggregator used by org.junit.jupiter.params.aggregator Class Description ArgumentAccessException ArgumentAccessException
is an exception thrown by anArgumentsAccessor
if an error occurs while accessing or converting an argument.ArgumentsAccessor ArgumentsAccessor
defines the public API for accessing arguments provided by anArgumentsProvider
for a single invocation of a@ParameterizedTest
method.ArgumentsAggregationException ArgumentsAggregationException
is an exception thrown by anArgumentsAggregator
when an error occurs while aggregating arguments.