| Interface | Description |
|---|---|
| ParameterizedTestMethodContext.Resolver |
| Class | Description |
|---|---|
| ParameterizedTestExtension | |
| ParameterizedTestInvocationContext | |
| ParameterizedTestMethodContext |
Encapsulates access to the parameters of a parameterized test method and
caches the converters and aggregators used to resolve them.
|
| ParameterizedTestMethodContext.Aggregator | |
| ParameterizedTestMethodContext.Converter | |
| ParameterizedTestNameFormatter | |
| ParameterizedTestParameterResolver |
| Enum | Description |
|---|---|
| ParameterizedTestMethodContext.ResolverType |
| Annotation Type | Description |
|---|---|
| ParameterizedTest |
@ParameterizedTest is used to signal that the annotated method is a
parameterized test method. |