I would love to know if there is a way I can get Visual Studio to run unit tests corresponding to a given assembly whenever I build it.
Given a solution containing projects structured like this:
Assembly1
Assembly1.Tests
Assembly2
Assembly2.Tests
Is there a way I can get the unit tests in Assembly2.Tests
to run whenever Assembly2
is built?
That would be amazing.
I'm using Visual Studio 2008 Standard Edition.