Exemplo n.º 1
0
        public void IsInteger_InputIsNotInteger_False()
        {
            PingPong testPingPong = new PingPong();

            Assert.AreEqual(false, testPingPong.IsInteger("hello"));
        }