Closed
Description
openedon Nov 8, 2018
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