Package org.springframework.springfaces.traveladvisor.integrationtest.page.exceptionhandler

Examples of org.springframework.springfaces.traveladvisor.integrationtest.page.exceptionhandler.ResponseBody.click()


  }

  @Test
  public void shouldHandleResponseBody() throws Exception {
    ResponseBody page = this.pages.get(ResponseBody.class);
    ResponseBodyOutcome outcome = page.click();
    assertThat(outcome.getBodyText(), is("Handled by a @ResponseBody"));
  }

}
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.