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?
c# testing unit-testing mstest
c# ×1
mstest ×1
testing ×1
unit-testing ×1