| Interface | Description |
|---|---|
| ArgumentsAccessor |
ArgumentsAccessor defines the public API for accessing arguments provided
by an ArgumentsProvider
for a single invocation of a
@ParameterizedTest method. |
| ArgumentsAggregator |
ArgumentsAggregator is an abstraction for the aggregation of arguments
provided by an ArgumentsProvider for a single invocation of a
@ParameterizedTest method
into a single object. |
| Class | Description |
|---|---|
| AggregationUtils |
Collection of utilities for working with aggregating argument consumers
in parameterized tests (i.e., parameters of type
ArgumentsAccessor
or annotated with @AggregateWith). |
| DefaultArgumentsAccessor |
Default implementation of the
ArgumentsAccessor API. |
| Exception | Description |
|---|---|
| ArgumentAccessException |
ArgumentAccessException is an exception thrown by an
ArgumentsAccessor if an error occurs while accessing
or converting an argument. |
| ArgumentsAggregationException |
ArgumentsAggregationException is an exception thrown by an
ArgumentsAggregator when an error occurs while aggregating
arguments. |
| Annotation Type | Description |
|---|---|
| AggregateWith |
@AggregateWith is an annotation that allows one to specify an
ArgumentsAggregator. |
Copyright © 2020. All rights reserved.