Unit testing events with NUnit
Category: Languages > .net      Posted: 18 Mar 09

In this episode we will cover how to test events that are raised from an object. We will cover multiple different ways to do this.

Creating tests with NUnit
Category: Languages > .net      Posted: 18 Mar 09

In this episode we will cover the basics on how to create various unit test using the NUnit testing framework. We will also review the different Assert helper classes that are part of the testing framework.