Beispiel #1
0
        public void Div01()
        {
            MyMath txt = new MyMath();

            Assert.AreEqual(txt.Div(2, 2), 1);
        }