assertThat(page.getBodyText(), is("Defined Source Hello"));
}
@Test
public void shouldSupportParameters() throws Exception {
PageObject page = this.pages.get(ParametersMessagePage.class);
assertThat(page.getBodyText(), is("Parameters Hello from San Francisco in California" + "\n"
+ "class java.lang.String"));
}