Uses of Interface
org.junit.jupiter.params.aggregator.ArgumentsAggregator
Packages that use ArgumentsAggregator
Package
Description
JUnit Jupiter extension for parameterized tests.
-
Uses of ArgumentsAggregator in org.junit.jupiter.params
Fields in org.junit.jupiter.params declared as ArgumentsAggregatorModifier and TypeFieldDescriptionprivate final ArgumentsAggregatorResolverFacade.Aggregator.argumentsAggregatorConstructors in org.junit.jupiter.params with parameters of type ArgumentsAggregatorModifierConstructorDescription(package private)Aggregator(ArgumentsAggregator argumentsAggregator) -
Uses of ArgumentsAggregator in org.junit.jupiter.params.aggregator
Classes in org.junit.jupiter.params.aggregator that implement ArgumentsAggregatorModifier and TypeClassDescriptionclassSimpleArgumentsAggregatoris an abstract base class forArgumentsAggregatorimplementations that do not need to distinguish between fields and method/constructor parameters.