Package avis

Examples of avis.TestAddItemBook


public class TestSocialNetwork {

  public static void main(String[] args) throws BadEntry, Exception {
    //test de addItemBook
    TestAddItemBook testItemBook = new TestAddItemBook();
    testItemBook.test();

    //test de addItemFilm
    TestAddItemFilm testItemFilm = new TestAddItemFilm();
    testItemFilm.test();
View Full Code Here

TOP

Related Classes of avis.TestAddItemBook

Copyright © 2018 www.massapicom. 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.