Uses of Interface
org.junit.jupiter.params.aggregator.ArgumentsAccessor
-
Packages that use ArgumentsAccessor Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests.org.junit.jupiter.params.aggregator -
-
Uses of ArgumentsAccessor in org.junit.jupiter.params
Fields in org.junit.jupiter.params declared as ArgumentsAccessor Modifier and Type Field Description private ArgumentsAccessorDefaultParameterInfo. argumentsMethods in org.junit.jupiter.params that return ArgumentsAccessor Modifier and Type Method Description ArgumentsAccessorDefaultParameterInfo. getArguments()ArgumentsAccessorParameterInfo. getArguments(){@return the accessor to the arguments of the current invocation}Constructors in org.junit.jupiter.params with parameters of type ArgumentsAccessor Constructor Description DefaultParameterInfo(ParameterDeclarations declarations, ArgumentsAccessor arguments) -
Uses of ArgumentsAccessor in org.junit.jupiter.params.aggregator
Classes in org.junit.jupiter.params.aggregator that implement ArgumentsAccessor Modifier and Type Class Description classDefaultArgumentsAccessorDefault implementation of theArgumentsAccessorAPI.Methods in org.junit.jupiter.params.aggregator with parameters of type ArgumentsAccessor 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)
-