-
Notifications
You must be signed in to change notification settings - Fork 0
UnitTestFrameworkType
Ershad Raoufi- ارشاد رئوفی edited this page Mar 20, 2023
·
1 revision
1-XUnit: This value represents the xUnit.net testing framework, which is an open-source unit testing tool for .NET applications. It is known for its simplicity, extensibility, and ability to run tests in parallel.
2-NUnit: This value represents the NUnit testing framework, which is another open-source unit testing tool for .NET applications. It provides a rich set of assertion APIs and can be used to test a wide range of .NET applications.
3-MsUnit: This value represents the Microsoft Unit Testing Framework, which is the default unit testing framework that comes with the Visual Studio IDE. It provides a simple and easy-to-use testing environment for .NET applications.