Ejemplo n.º 1
0
        public void TestAdd()
        {
            BasicMath bm     = new BasicMath();
            double    actual = bm.Add(10, 10);

            Assert.AreEqual(20, actual);
        }