Hi everybody!

I am a newbie in MbUnit and a user of NUnit, one of the troubles I got
when trying to switch from NUnit to MbUnit is the use of the NUnit
Syntax Helpers (NUnit.Framework.SyntaxHelpers), for example

[Test]
public void SyntaxHelperTest()
{
    int i = 5;
    int j = 5;
    Assert.That(i, Is.Equal(j));
}

I guess it is more clean that the Assert.AreEqual friend that everyone
of us know. Is any alternative in MbUnit for this?

Thanks a lot!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to