Package org.junit.jupiter.params.aggregator
-
Interface Summary Interface Description ArgumentsAccessor ArgumentsAccessordefines the public API for accessing arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod.ArgumentsAggregator ArgumentsAggregatoris an abstraction for the aggregation of arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod into a single object. -
Class Summary Class Description DefaultArgumentsAccessor Default implementation of theArgumentsAccessorAPI.SimpleArgumentsAggregator SimpleArgumentsAggregatoris an abstract base class forArgumentsAggregatorimplementations that do not need to distinguish between fields and method/constructor parameters. -
Exception Summary Exception Description ArgumentAccessException ArgumentAccessExceptionis 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. -
Annotation Types Summary Annotation Type Description AggregateWith @AggregateWithis an annotation that allows one to specify anArgumentsAggregator.