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 java.lang.ObjectArgumentsAggregator. aggregateArguments(ArgumentsAccessor accessor, org.junit.jupiter.api.extension.ParameterContext context)Aggregate the arguments contained in the suppliedaccessorinto a single object.default java.lang.ObjectArgumentsAggregator. aggregateArguments(ArgumentsAccessor accessor, FieldContext context)Aggregate the arguments contained in the suppliedaccessorinto a single object.protected abstract java.lang.ObjectSimpleArgumentsAggregator. aggregateArguments(ArgumentsAccessor accessor, java.lang.Class<?> targetType, org.junit.jupiter.api.extension.AnnotatedElementContext context, int parameterIndex)java.lang.ObjectSimpleArgumentsAggregator. aggregateArguments(ArgumentsAccessor accessor, org.junit.jupiter.api.extension.ParameterContext context)java.lang.ObjectSimpleArgumentsAggregator. aggregateArguments(ArgumentsAccessor accessor, FieldContext context)
-