GeneratedParametersTest
@API(status = API.Status.STABLE, since = "3.0")
@TestTemplate
@ExtendWith(value = [GeneratedParametersTestExtension::class] )
Marks a test whose parameters are generated, running it once per combination of generated values.
Properties
Link copied to clipboard
the display name given to each invocation. Supports the same placeholders as @ParameterizedTest: {index} for the 1-based invocation number, {arguments} for the generated values, {argumentsWithNames} for name=value pairs, {displayName} for the test method's own display name, and {0}, {1} and so on for a single generated value by position. Only generated parameters are listed; parameters resolved by other extensions are not.