Examples of CitySearchPage


Examples of org.springframework.springfaces.traveladvisor.integrationtest.page.CitySearchPage

  @Rule
  public TravelAdvisorPages pages = new TravelAdvisorPages();

  @Test
  public void shouldFindSingleCity() throws Exception {
    CitySearchPage citySearchPage = pages.get(CitySearchPage.class);
    CityPage found = citySearchPage.searchForSingleCity("Bath");
    assertThat(found, is(notNullValue()));
  }
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.