Skip to content

Make invocation index for @ParameterizedTest available to test author #1668

Closed

Description

Overview

The invocation index of a parameterized test is accessible for templating when setting the display name of the test.

When it comes to accessing the invocation index using TestInfo it is not possible as it looks like the TestInfo implementation for @ParameterizedTest is of the default type. I would expect to get an RepetitionInfo instance so that I can access the invocation index programmatically.

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions