mytestrunner


A library that is capable of running unit tests.

This library allows the user to run unit tests.

Running tests via mstest, he microsoft unit testing framework, is slow. This library aims to provide an alternative test runner that runs the tests faster and allows for a true red-green development style.

Because not all versions of visual studio are enabled to support the microsoft unit testing framework this library contains a custom implementation of the Microsoft.VisualStudio.QualityTools.UnitTestFramwork assembly.

Project Information

Labels:
csharp .net unittesting