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
NUnit test Adapter: 3.13.0.0
NUnit Nuget Package: 3.12.0
Visual Studio Professional 2019 - 16.2.3 (Replication on 2017)
When I create the following Unit tests and attempt to view them in VS Test Explorer I would expect them both to be grouped under the UnitTest class:
but any unit test which contains the characters ). within a TestCaseAttribute Argument is displayed outside of the expected class - as a class of it own:
Following grouping values were used within Test Explorer:
[TestCaseAttribute("TestAttribute).")]
public virtual void NUnitTestTwo(string value)
{
}
The text was updated successfully, but these errors were encountered:
@Xaiden Thanks for the complete description. I've moved the issue to the adapter project, as this is about how the tests are presented in VS. The issue sounds closely related to #622.
NUnit test Adapter: 3.13.0.0
NUnit Nuget Package: 3.12.0
Visual Studio Professional 2019 - 16.2.3 (Replication on 2017)
When I create the following Unit tests and attempt to view them in VS Test Explorer I would expect them both to be grouped under the UnitTest class:
but any unit test which contains the characters ). within a TestCaseAttribute Argument is displayed outside of the expected class - as a class of it own:
Following grouping values were used within Test Explorer:
The text was updated successfully, but these errors were encountered: