i have been using NUnit with Visual Studio 2017 and its working fine until my test cases grouped wrongly in test explorer
i have Code herarichy like Project Name > Component.PDF.Tests Classes Name > PDFDOcument Classes Name > FormField Classes Name > Attachment
i have created all test methods under different classes but when i group by name space or test herarichy, i was expecting it will be grouped under Class name but above image shows most of the test cases comes under project name
Some of the test comes under Clases but all others moved to Parent namespace even though all of the classes and their tests defined in same way
- Envrioment: VS 2017
- Test Framework : NUnit 3.0
- Test Adapter : NUnit Adapter
has any one face this issue ? or i misunderstood something any help will be appreciated