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