assertThat(outcome.getBodyText(), is("Exception has been handled"));
}
@Test
public void shouldHaveMessageOnElException() throws Exception {
MessageElCallPage page = this.pages.get(MessageElCallPage.class);
MessageElCallPage outcome = page.click();
assertThat(outcome.getMessage(), is("Exception message (EL)"));
}