Global.asax for Unit Tests?
Posted
by AngryHacker
on Stack Overflow
See other posts from Stack Overflow
or by AngryHacker
Published on 2010-06-10T21:16:57Z
Indexed on
2010/06/10
21:33 UTC
Read the original article
Hit count: 182
In my MSTest UnitTest project, before running any tests, I need to execute some commands. Is there a feature, kind of like Global.asax is for web based projects, that will let me kick off something before any tests run?
© Stack Overflow or respective owner