public void EsMayorQue() { int maximo = 30; string isbn = "9UH76J899789"; Assert.AreEqual(Bibliotecario.EsMayorQue(maximo, isbn), true); }