Package org.jboss.resteasy.links.test

Examples of org.jboss.resteasy.links.test.Book


  }
 
  @Test
  public void testELWorksWithoutPackage() throws Exception
  {
    Book book = client.getBookXML("foo");
    checkBookLinks1(url, book);
    book = client.getBookJSON("foo");
    checkBookLinks1(url, book);
  }
View Full Code Here


  }
 
  @Test
  public void testELWorksWithoutPackage() throws Exception
  {
    Book book = client.getBookXML("foo");
    checkBookLinks1(url, book);
    book = client.getBookJSON("foo");
    checkBookLinks1(url, book);
  }
View Full Code Here

TOP

Related Classes of org.jboss.resteasy.links.test.Book

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.