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 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 Mohammed Faci
Get started with Playwright using VS 2022/C# and NUnit
by Mohammed Faci
How to leverage ChatGPT to Build an Automation Framework using the Page Object Model
by User 10132546
Using ClassAssert to check property mappings between different object types