Uses of Interface
org.junit.jupiter.params.aggregator.ArgumentsAccessor
Packages that use ArgumentsAccessor
Package
Description
JUnit Jupiter extension for parameterized tests.
-
Uses of ArgumentsAccessor in org.junit.jupiter.params
Fields in org.junit.jupiter.params declared as ArgumentsAccessorMethods in org.junit.jupiter.params that return ArgumentsAccessorModifier and TypeMethodDescriptionDefaultParameterInfo.getArguments()ParameterInfo.getArguments()Returns the accessor to the arguments of the current invocation.Constructors in org.junit.jupiter.params with parameters of type ArgumentsAccessorModifierConstructorDescription(package private)DefaultParameterInfo(ParameterDeclarations declarations, ArgumentsAccessor arguments) -
Uses of ArgumentsAccessor in org.junit.jupiter.params.aggregator
Classes in org.junit.jupiter.params.aggregator that implement ArgumentsAccessorMethods in org.junit.jupiter.params.aggregator with parameters of type ArgumentsAccessorModifier and TypeMethodDescriptionArgumentsAggregator.aggregateArguments(ArgumentsAccessor accessor, org.junit.jupiter.api.extension.ParameterContext context) Aggregate the arguments contained in the suppliedaccessorinto a single object.default ObjectArgumentsAggregator.aggregateArguments(ArgumentsAccessor accessor, FieldContext context) Aggregate the arguments contained in the suppliedaccessorinto a single object.protected abstract ObjectSimpleArgumentsAggregator.aggregateArguments(ArgumentsAccessor accessor, Class<?> targetType, org.junit.jupiter.api.extension.AnnotatedElementContext context, int parameterIndex) SimpleArgumentsAggregator.aggregateArguments(ArgumentsAccessor accessor, org.junit.jupiter.api.extension.ParameterContext context) SimpleArgumentsAggregator.aggregateArguments(ArgumentsAccessor accessor, FieldContext context)