コード例 #1
0
        public void PingPongFiveThree_NumberDisvibleByFiveThree_True()
        {
            PingPongGame testPingPongGame = new PingPongGame();

            Assert.AreEqual(true, testPingPongGame.PingPongFiveThree(15));
        }