Version: 181.4379.974
Timezone: Europe/Moscow
Evaluation: true
Environment: RD-181.4379.974, JRE 1.8.0_152-release-1136-b23x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080
Hello, In the attachment you can find a sample project and some screenshots. The first one is from the sample, the second one - is from the actual project.
So, I have several projects, in the 1st we have a base SetUpFixture class, and base TestFixture class. In the 2nd project, I have test fixtures I would like to run, and also a setup fixture descending from the setup fixture located in the 1st project.
All the grouping options in the UnitTests tab are enabled, so I expect unit tests being grouped by solution\folder\file, but instead of this, most of the tests are sub-nodes of the setup fixture node:
![actual]()
In my working project, the situation is even worse: all the tests are subnodes of the setup fixture:
![working]()
So in case, I need to run ~ 1K tests located in the specific namespace (btw, it would be great if you add a namespace and category grouping), I have to run an instance of Visual Studio with alternative test runners.