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. 
 

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 PagesAnnotatedField.setValue(Object testCase, Pages pages)
           
 

Constructors in net.thucydides.core.pages with parameters of type Pages
PagesEventListener(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.
 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.
ScenarioSteps(Pages pages)
           
StepFactory(Pages pages)
          Create a new step factory.
 



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