At the same time that I was trying TypeMock, I was trying xUnit.NET, however the TestDriven.Net player for xUnit.Net did not seem to allow running more than one test at a time. So, I decided to go back to NUnit for my test, which worked well (I can now run all my test in a "TestFixture"). More...