Ok, I tried experiementing with this a bit more and I can't get
ThreadedRepeat to work at all. More specifically, I can't get it to
fail. This bare-bones ThreadedRepeatTest does run 10 times, but reports
success:
[Test]
[ThreadedRepeat(10)]
public void ThreadedRepeatTest()
{
// I can't get this to ever fail with ThreadedRepeat
Console.WriteLine("About to fail...");
Assert.Fail();
}
Should I log a bug or am I missing something obvious?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---