Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / NUnit

NUnit

NUnit

Great Reads

by Ibrahim ben Salah
ASP.NET MVC application are highly testable when controllers are considered plain classes, but then you lose the integration with model validation, filters, method selectors, etc.
by Valerii Tereshchenko
Asynchronous validation for MVVM(WPF)
by Robert Gowland
Reduce duplicate code in your unit tests with NUnit's parameterized testing attributes. Learn how with this easy refactoring exercise.
by witnes
Examples of Mock usages

Latest Articles

by Ibrahim ben Salah
ASP.NET MVC application are highly testable when controllers are considered plain classes, but then you lose the integration with model validation, filters, method selectors, etc.
by Valerii Tereshchenko
Asynchronous validation for MVVM(WPF)
by Robert Gowland
Reduce duplicate code in your unit tests with NUnit's parameterized testing attributes. Learn how with this easy refactoring exercise.
by witnes
Examples of Mock usages

All Articles

Sort by Score

NUnit 

by PeteBarber
Integration Testing with NUnit and Entity Framework
by Sacha Barber
MsBuild and NUnit (a simple example)
by Viktoriano
New features overview of NUnit 3.7 version
by Dev Leader
Learn to create tests, use advanced techniques, and improve your code quality!
by Viktoriano
To provide a solution which helps to pass a necessary browser to Selenium WebDriver tests through the NUnit
by Anton Angelov
Learn how to create .NET Core projects that can run Selenium WebDriver tests. Execute from command line simultaneously MSTest, NUnit and XUnit tests
by MBigglesworth79
This article is primarily for those of you who are new to unit testing and is intended as a basic introduction to unit testing and test-driven development; as well as how to write basic tests using the NUnit framework.