AxoCover
AxoCover copied to clipboard
Unclear which test class each test belongs to in the test list view
In the test list view of axoCover I'm seeing an absence of test namespace and test class name, leading to screenshots like this one:
I was considering to add the class name already, but namespace would likely make it too long.
Thanks, just the class name would be enough to disambiguate tests and perhaps a button could exist for also printing namespaces.
Fix released.
Thanks Péter for the fix. One issue present in the fix is that for NUnit TestCases, instead of TestClassName.TestName(TestCaseArguments...) being printed, TestName.TestName(TestCaseArguments...) is printed:
I will see what I can do.