Uses of Class
net.thucydides.core.pages.Pages

Packages that use Pages
net.thucydides.core Core domain model for the Thucydides application. 
net.thucydides.core.pages Classes designed to make it easier to work with Page Objects in WebDriver. 
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
net.thucydides.core.webdriver Manage WebDriver instances, and knowing what WebDriver types are supported. 
 

Uses of Pages in net.thucydides.core
 

Methods in net.thucydides.core that return Pages
protected static Pages Thucydides.getPages()
           
 

Uses of Pages in net.thucydides.core.pages
 

Methods in net.thucydides.core.pages that return Pages
 Pages Pages.onSamePage()
           
 

Methods in net.thucydides.core.pages with parameters of type Pages
 void PageObject.setPages(Pages pages)
           
 void PagesAnnotatedField.setValue(Object testCase, Pages pages)
           
 

Uses of Pages in net.thucydides.core.steps
 

Methods in net.thucydides.core.steps that return Pages
 Pages ScenarioSteps.getPages()
           
 Pages ScenarioSteps.onPage()
           
 Pages ScenarioSteps.pages()
           
 

Methods in net.thucydides.core.steps with parameters of type Pages
static void StepAnnotations.injectAnnotatedPagesObjectInto(Object testCase, Pages pages)
          Instantiates the @ManagedPages-annotated Pages instance using current WebDriver.
static void StepAnnotations.injectOptionalAnnotatedPagesObjectInto(Object testCase, Pages pages)
          Instantiates the @ManagedPages-annotated Pages instance using current WebDriver, if the field is present.
protected  void ScenarioSteps.setPages(Pages pages)
           
 Listeners.BaseStepListenerBuilder Listeners.BaseStepListenerBuilder.withPages(Pages pages)
           
 

Constructors in net.thucydides.core.steps with parameters of type Pages
BaseStepListener(File outputDirectory, Pages pages)
          Create a step listener using the driver from a given page factory.
PageObjectDependencyInjector(Pages pages)
           
ScenarioSteps(Pages pages)
           
StepFactory(Pages pages)
          Create a new step factory.
 

Uses of Pages in net.thucydides.core.webdriver
 

Methods in net.thucydides.core.webdriver that return Pages
static Pages ThucydidesWebDriverSupport.getPages()
           
 



Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.