Posts Tagged ‘MSTest’

How to: Visual Studio test runner & side by side test code (2009-5-18)

After spending a lot of time with xUnit.net I recently had to go back to MSTest for my testing again (because it’s the de facto standard at my current client which is not negotiable ;-().

Former colleagues of mine will probably laugh about this, because I’ve had a love-and-hate-relationship with MSTest and especially the VisualStudio runner [...]

Some words regarding MSTest (2008-8-19)

Today I stumbled again about this and feel (once more) a bit frustrated about the current version of MSTest.
In theory Visual Studio VS2008 supports Test-Class-Inheritance. Once you actually start using it, you pretty fast encounter one big limitation:
The test base class must be in the same assembly as the derived test
Mh,  is that such an [...]