Examples of EnunciateFreemarkerModel


Examples of org.codehaus.enunciate.apt.EnunciateFreemarkerModel

  /**
   * tests that a web fault without both construtors doesn't have an explicit bean.
   */
  public void testAlmostExplicitWebFault2() throws Exception {
    FreemarkerModel.set(new EnunciateFreemarkerModel());
    try {
      new WebFault((ClassDeclaration) getDeclaration("org.codehaus.enunciate.samples.services.AlmostExplicitFaultBeanTwo"));
      fail("A web fault without both constructors shouldn't have an explicit fault bean.");
    }
    catch (ValidationException e) {
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.