C# Tools C# Tools

A collection of C# (C-Sharp) development tools and .NET programming resources.
[ Login ]


xUnit.net

5
11
Last Updated: 11/22/2011

Unit testing for .NET.

Related Items
A suite of development tools enabling unit testing and continuous integration activities on Microsoft .NET projects.
Extend NUnit or MbUnit with new test attributes.
Write automated web application tests in C#.
Adds test driven development support to Visual Studio with unit testing, code coverage analysis, and test profiling.
Related Books

The Art of Unit Testing: With Examples in .Net
The Art of Unit Testing: With Examples in .Net

Unit testing, done right, can mean the difference between a failed project and a successful one, between a maintainable code base and a code base that no one dares touch, and between getting home at 2 AM or getting home in time for dinner, even before a release deadline.

The Art of Unit Testing builds on top of what's already been written about this important topic. It guide... more


xUnit Test Patterns: Refactoring Test Code
xUnit Test Patterns: Refactoring Test Code

Automated testing is a cornerstone of agile development. An effective testing strategy will deliver new functionality more aggressively, accelerate user feedback, and improve quality. However, for many developers, creating effective automated tests is a unique and unfamiliar challenge.

xUnit Test Patterns is the definitive guide... more