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

Examples of org.springframework.springfaces.traveladvisor.integrationtest.page.template.ComponentInfoPage.clickSubmitButton()


  @Test
  public void shouldHaveComponentInfo() throws Exception {
    ComponentInfoPage page = this.pages.get(ComponentInfoPage.class);
    assertThat(page.getDetails(), is("Given Name form:name true true name false"));
    page = page.clickSubmitButton();
    assertThat(page.getDetails(), is("Given Name form:name false true name false"));
  }

  @Test
  public void shouldDecorateAll() 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.