Unit Testing

LispUnit

lisp-unit is a Common Lisp library that supports unit testing

Unit Testers Get More Chicks

My belief is that unit testing is for everyone and, in fact, I’ll go so far as to say that I believe becoming a test-driven developer is the single best change a programmer can make in their day to day routine.

Nunit V.2 for People Who Can't Cook

In this article you will discover how to use how to use NUnit V.2 efficiently with your .Net projects.

NUnit

What Is NUnit?

NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.2, is the fourth major release of
this xUnit based unit testing tool for Microsoft .NET. It is written entirely
in C# and has been completely redesigned to take advantage of many .NET
language features, for example custom attributes and other reflection related
capabilities. NUnit brings xUnit to all .NET languages.

TestDriven.NET (AKA NUnitAddIn)

TestDriven.NET is a zero friction unit testing add-in for Visual Studio .NET. It is compatable with NUnit, MbUnit and Team System. You can download the full add-in from http://www.testdriven.net/. This project only contains the NUnit driver for TD.NET

Syndicate content