using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using UIApplication; namespace UIApplication.TestB { [TestFixture] public class Class1 { [Test] public void testd() { Assert.AreEqual(10, 10); } } }