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
Unit testing frameworks seem to have many commonalities. When you are used to write MSTest tests, you will find it easy to write NUnit tests as well.
Concordion.NET does not need much support from a unit testing framework. It basically utilizes only its capability to execute tests. Therefore, you don't really use NUnit with Concordion.NET, but only use the NUnit execution engine to run Concordion.NET tests.
Not knowing much about writing test frameworks, is it possible to have the framework support MSTest?
The text was updated successfully, but these errors were encountered: