HI,Guys:
Great to see you! I'm a new fish to Mbunit.
today I down gallio3.** and install my WIN7 computer. and I open the
vs 2010 create the new project,add the References find .net Mbunit40.
this is my code:
using System.Text;
using System.Threading;
using MbUnit.Framework;
namespace GallioTest
{
[TestFixture]
public class Tclass
{
[Test]
public void addmethedsuccess()
{
int a = 1;
int b = 3;
Assert.AreEqual(a + b, 4);
}
}
But build is wrong,some error messages. like can't build
this" [TestFixture]" "[test]". Is there some 《User's manual》doc or files
help the fisher like me?
These is a few infomation in Chinese about Mbunit40.I don't know how to use
it! It stuck me like a fish bone in my Throat。。
Thank you very much,guys! I appreciate it
Best wishs
--
You received this message because you are subscribed to the Google Groups
"MbUnit.User" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/mbunituser/-/iYshjCM0VbkJ.
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.