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

Examples of org.springframework.springfaces.traveladvisor.integrationtest.page.template.ComponentInfoPage


  @Rule
  public Pages pages = new ShowcasePages();

  @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"));
  }
View Full Code Here

TOP

Related Classes of org.springframework.springfaces.traveladvisor.integrationtest.page.template.ComponentInfoPage

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.