You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line coverage report, I would like to see the name of the parameterized test that kills a mutation.
I modified the name of the test with @ParameterizedTest(name = "...")
But the line coverage report only shows generic test names like "[test-template-invocation:# 32]".
The same with tests generated by TestFactory . The dynamic names are not recognized.
This makes it hard to identify the relevant test.
Are dynamic names supported by PIT at all?
The text was updated successfully, but these errors were encountered:
Lishang123
changed the title
Pitest doesn't not show display names of the parameterized tests
Pitest does not show display names of the parameterized tests
Feb 5, 2025
In line coverage report, I would like to see the name of the parameterized test that kills a mutation.
I modified the name of the test with @ParameterizedTest(name = "...")
But the line coverage report only shows generic test names like "[test-template-invocation:# 32]".
The same with tests generated by TestFactory . The dynamic names are not recognized.
This makes it hard to identify the relevant test.
Are dynamic names supported by PIT at all?
The text was updated successfully, but these errors were encountered: