Monday, November 29, 2004

I have added 2 new improvements to MbUnit to avoid having tests blocked by assertions or timeouts:

  • Assertion dialog caused by Debug.Assert are automatically swallowed (by removing the default debug trace)
  • TimeOut (in minutes) can be set at the fixture level:
[TestFixture(TimeOut = 1)]
public class MyFixture{...}

Those changes will be available in release greater than 1.0.903

posted on Monday, November 29, 2004 8:24:00 AM UTC  #    Comments [3]
Tracked by:
"Still taking hydrocodone while pregnant." (Hydrocodone extraction.) [Trackback]
Monday, June 06, 2005 4:48:23 PM UTC
By removing the default debug trace --> Does this mean that Debug.Write calls does not show up anymore in for example the output window of Visual Studio.Net during debugging?
Melvin Lee
Monday, June 06, 2005 4:48:23 PM UTC
I've modified the proxy so that only failure message that show the assertion dialog are swallowed.
Jonathan de Halleux
Monday, June 06, 2005 4:48:23 PM UTC
Wow, superb!
<br>Thanks.
Diana
Comments are closed.