How do I stop all unit test if the first one fails?

dez*_*zox 5 c# testing unit-testing mstest

I am having like 100+ unit tests for a project, but if a special condition fails in the first test, I want the other tests to stop, or to now even start executing. How do I do that?