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

            Assert.AreEqual(true, testPingPong.IsThisAPositiveNumber(234));
        }