AxoCover icon indicating copy to clipboard operation
AxoCover copied to clipboard

Unclear which test class each test belongs to in the test list view

Open NeilJustice opened this issue 6 years ago • 5 comments

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:

image

NeilJustice avatar Aug 24 '17 14:08 NeilJustice

I was considering to add the class name already, but namespace would likely make it too long.

axodox avatar Aug 24 '17 17:08 axodox

Thanks, just the class name would be enough to disambiguate tests and perhaps a button could exist for also printing namespaces.

NeilJustice avatar Aug 25 '17 19:08 NeilJustice

Fix released.

axodox avatar Aug 26 '17 20:08 axodox

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:

image

NeilJustice avatar Aug 28 '17 15:08 NeilJustice

I will see what I can do.

axodox avatar Aug 28 '17 15:08 axodox