Uses of Package
org.junit.jupiter.params.aggregator
-
Packages that use org.junit.jupiter.params.aggregator Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests.org.junit.jupiter.params.aggregator -
Classes in org.junit.jupiter.params.aggregator used by org.junit.jupiter.params Class Description ArgumentsAccessor ArgumentsAccessordefines the public API for accessing arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod.ArgumentsAggregator ArgumentsAggregatoris an abstraction for the aggregation of arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod into a single object. -
Classes in org.junit.jupiter.params.aggregator used by org.junit.jupiter.params.aggregator Class Description ArgumentAccessException ArgumentAccessExceptionis an exception thrown by anArgumentsAccessorif an error occurs while accessing or converting an argument.ArgumentsAccessor ArgumentsAccessordefines the public API for accessing arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod.ArgumentsAggregationException ArgumentsAggregationExceptionis an exception thrown by anArgumentsAggregatorwhen an error occurs while aggregating arguments.ArgumentsAggregator ArgumentsAggregatoris an abstraction for the aggregation of arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod into a single object.DefaultArgumentsAccessor Default implementation of theArgumentsAccessorAPI.