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

Examples of org.springframework.springfaces.traveladvisor.integrationtest.page.exceptionhandler.MessageNavigationMappingPage


    assertThat(outcome.getMessage(), is("Exception message (EL)"));
  }

  @Test
  public void shouldHaveMessageOnNavigationMappingException() throws Exception {
    MessageNavigationMappingPage page = this.pages.get(MessageNavigationMappingPage.class);
    MessageNavigationMappingPage outcome = page.click();
    assertThat(outcome.getBodyText(), is("Exception message (Navigation)"));
  }
View Full Code Here

TOP

Related Classes of org.springframework.springfaces.traveladvisor.integrationtest.page.exceptionhandler.MessageNavigationMappingPage

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.