Examples of Book14


Examples of org.agoncal.book.javaee7.chapter02.ex14.Book14

  // ======================================

  @Test
  public void shouldCheckNumberIsThirteenDigits() {
    BookService14 bookService = container.instance().select(BookService14.class).get();
    Book14 book = bookService.createBook("H2G2", 12.5f, "Geeky scifi Book");
    assertTrue(book.getIsbn().startsWith("MOCK"));
  }
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.