Uses of Package
org.junit.jupiter.params.aggregator
-
Packages that use 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 ArgumentsAccessor ArgumentsAccessordefines the public API for accessing arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod.ArgumentsAccessorException ArgumentsAccessorExceptionis an exception thrown by anArgumentsAccessorif an error occurs while accessing or converting an argument.ArgumentsAggregationException ArgumentsAggregationExceptionis an exception thrown by anArgumentsAggregatorwhen an error occurs while aggregating arguments.ArgumentsAggregator ArgumentsAggregatoris an abstraction for the aggregation of arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod into a single object.