Uses of Class
org.junit.jupiter.params.aggregator.ArgumentsAggregationException
-
Packages that use ArgumentsAggregationException Package Description org.junit.jupiter.params.aggregator -
-
Uses of ArgumentsAggregationException in org.junit.jupiter.params.aggregator
Methods in org.junit.jupiter.params.aggregator that throw ArgumentsAggregationException Modifier and Type Method Description Object
ArgumentsAggregator. aggregateArguments(ArgumentsAccessor accessor, ParameterContext context)
Aggregate the arguments contained in the suppliedaccessor
into a single object.
-