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

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


  public Pages pages = new ShowcasePages();

  @Test
  public void shouldHandleElException() throws Exception {
    HandledElCallPage page = this.pages.get(HandledElCallPage.class);
    OutcomePage outcome = page.click();
    assertThat(outcome.getBodyText(), is("Exception has been handled"));
  }

  @Test
  public void shouldHandleNavigationMappingException() throws Exception {
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.