public void EsNumeroTest() { bool valorRetorno = Numeros.EsNumero("10"); Assert.IsTrue(valorRetorno); }