mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

[Unit Test] Make the nesting logic for vstest and NUnit(Mono) consistent #9480

Closed ketttY closed 4 years ago

ketttY commented 4 years ago

Nesting: Solution -> Project -> Namespace -> Test class -> Test case

Screen Shot 2020-01-02 at 10 12 54 AM

Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1042673/

ketttY commented 4 years ago

@monojenkins rebase

ketttY commented 4 years ago

@monojenkins rebase

mrward commented 4 years ago

Seeing odd nesting.

Screenshot 2020-01-07 at 12 19 52

This is with a single test fixture in a MyProject.Tests namespace for a NUnit library project.

ketttY commented 4 years ago

Single test fixture in a MyProject.Tests namespace:

test_oneNamespace
mrward commented 4 years ago

@monojenkins rebase