Nope.  Alpha 1 is really just an early technology preview.  There's tons of
stuff missing / incomplete in that release.

Alpha 2 will be released in two weeks with much more stuff.  The syntax
helpers and new constraint framework will go in Alpha 3.

Wanna help out?

Jeff. 

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of kementeus
Sent: Tuesday, January 22, 2008 9:20 PM
To: MbUnit.User
Subject: MbUnit Re: and NUnit Syntax helper?


I've been testing mbUnit v3 alpha 1 and I can't see where is the syntax
helper support, well, there are not such namespace as
MbUnit.Framework.SyntaxHelpers or any similar to Assert.That, do I miss
something?


On Dec 28 2007, 8:27 pm, "Jeff Brown" <[EMAIL PROTECTED]> wrote:
> Not yet, but it's planned for MbUnit v3.
>
> Also, if you're using .Net 3.5 there will be new syntax helpers to 
> take advantage of the expressive power of lambda's and extension methods.
>
> In the meantime, you can always use the NUnit syntax helpers together 
> with the MbUnit framework if you like.  :-)
>
> Jeff.
>
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] 
> On
>
> Behalf Of kementeus
> Sent: Friday, December 28, 2007 6:09 PM
> To: MbUnit.User
> Subject: MbUnit and NUnit Syntax helper?
>
> 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