I'm running into a problem where we need to diverge code paths *at run time* between running our unit test assembly via the MbUnit GUI vs. the MbUnit Console vs. Visual Studio's TestTools framework.
Essentially I need a "IsMbUnitRunning()" or "IsVSTestToolsRunning()" method that returns a boolean. Here's one of many reasons: we need to display Warning results in both VS Test Tools and the MbUnit GUI -- "Assert.Ignore" to abort in MbUnit, and "Assert.Inconclusive" to abort in VS Test Tools... Both are makeshifts for reporting a middle-ground result other Success or Failure. We can't just call both MbUnit and VS Test Tool asserts sequentially because one will abort the other in a given test. I appreciate any help in advance. Brian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
