Exemple #1
0
        public void PingPongFive_NumberDisvibleByFive_True()
        {
            PingPongGame testPingPongGame = new PingPongGame();

            Assert.AreEqual(true, testPingPongGame.PingPongFive(5));
        }