Sheepishly I am giving up on diagnosing this myself.
Why is the following, very simple test failing?
[Test]
[ExpectedException(typeof(ArgumentNullException))]
public void Should_Not_Fail()
{
throw new ArgumentNullException();
}
The code above fails in MbUnit, passes in NUnit...why?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---