Ejemplo n.º 1
0
        public void IntDiv01()
        {
            MyMath txt = new MyMath();

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