Ejemplo n.º 1
0
            public void Validate()
            {
                myMath math = new myMath();

                Assert.IsNotInstanceOf <int>(math.Add(111, 20));
            }
Ejemplo n.º 2
0
            public void Add_negetive()
            {
                myMath math = new myMath();

                Assert.AreEqual(31, math.Add(111, 20));
            }