Examples of nbBooks()


Examples of avis.SocialNetwork.nbBooks()

      }
      else testABOK++;
    }

    //ajout d'un livre avec en paramètre un titre de livre existant (mais avec casse différente)
    nbLivres = sn.nbBooks();
    try {
      sn.addItemBook("Pseudo", "password", "TITRE1", "Genre1", "Auteur1",10);
      System.out.println("Erreur 4.17 :  L'ajout d'un livre avec un titre existant mais avec casse différente est acceptée");
      testABKO++;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.