示例#1
0
        public void DivBy3()
        {
            PingPong testPingPong = new PingPong();

            Assert.AreEqual(true, testPingPong.PingCheck(3));
        }