예제 #1
0
        public void DivBy5()
        {
            PingPong testPingPong = new PingPong();

            Assert.AreEqual(true, testPingPong.PongCheck(5));
        }