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?