You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2017. It is now read-only.
dotnet-test-nunit v.3.4.0-beta-3, with NUnit 3 Test Adapter (on Visual Studio 2015 Update 3 Community Edition)
When grouping tests in the Test Explorer window by class, some tests show grouped in the right class, others in the wrong class.
In other words, if I have 2 test-classes A and B, then some tests in A might show under the group "A" in Test Explorer and some in group B (which should only contain tests in class B).
Actual Example shown below. The class JobCategoryTests does not contain any test starting with "Area", yet some are shown there.