Testing Abstract classes with Rhino Mocks
Category: Languages > .net      Posted: 25 Mar 09

In this episode we will walk you though how to test your abstract classes with Rhino Mocks.

You will learn how that by using a mocking framework you can simplify and reduce the friction in testing your abstract classes and methods.

Introduction to Mocking with Moq
Category: Languages > .net      Posted: 18 Mar 09

In this episode we will learn how to use the Mocking framework Moq. This is an introductory overview of using Moq and is meant for those who are new to either mocking or Moq.