using NUnit.Framework;
[TestFixture]
public class NUnitTest
{
[Test]
public void Test()
Assert.AreEqual(1 + 1, 2);
}