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
Oh yes, my teammates did some digging and they eventually found it under a different name, like what happened in your case. I'm not sure if the adapter is at fault either.
* Added engine with fix for NUnit 4
* Updated test projects
* Updating to 4.5.0
* commented out local nuget feed
* resetting frameworks for test project
* Updateing target frameworks
* Fix for issue #1097
NUnit version: 3.13.3
NUnit3TestAdapter version: 4.4.2
Visual Studio 2022 Version 17.5.4
.NET 6.0
Description:
In Visual Studio, given an NUnit test case with a string that contains ").", such as the following:
[TestCase("I am a good test case (the best, even).")]
Test Explorer doesn't discover it.
The text was updated successfully, but these errors were encountered: