Creating Unit Tests for Your C# Projects
A tutorial on creating and implementing unit tests for C# projects, covering basics, benefits, and setup with MSTest, xUnit, or nUnit.
A tutorial on creating and implementing unit tests for C# projects, covering basics, benefits, and setup with MSTest, xUnit, or nUnit.
Explores writing asynchronous unit tests in NUnit, comparing async void vs. async Task methods and detailing NUnit 2.6's internal handling.
A method to automate unit testing for null argument validation, reducing repetitive test code for methods with multiple parameters.
A comparison of traditional unit tests vs. BDD-style specifications for testing a regex, highlighting the readability and structure benefits of BDD.
Guide to integrating NUnit unit test results into Team Foundation Server 2008's Team Build for reporting and metrics.