Example #1
0
        public void TestMethod1()
        {
            Caculation ca2 = new Caculation(5, 0);

            ca2.Execute("/");
        }
Example #2
0
 public void TestCong()
 {
     Assert.AreEqual(Ca.Execute("+"), 11);
 }