prash-wghats / vscode-nxunit-test-adapter

Run your Nunit or Xunit test for Desktop .NET Framework or Mono using the Test Explorer
MIT License
6 stars 2 forks source link

Class as additional tree item in the xunit test adapter #12

Closed Kakunas closed 10 months ago

Kakunas commented 3 years ago

96685051-dd9f2900-137c-11eb-9191-b2b7706467a1

As seen in the picture. The VisualStudio have an additional tree item for a better overview at xunit testcases. Maybe that is also possible at VisualStudio Code. In that case: Main.Safety is the Namespace the next Safety is the class name. The last element is the testcase.