コード例 #1
0
        public void IsPingPongNumber_NumberDivisibleByThreeAndFive_True()
        {
            PingPong testPingPong = new PingPong();

            Assert.AreEqual("Ping-Pong", testPingPong.IsPingPongNumber(15));
        }