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. 
net.thucydides.easyb   
net.thucydides.junit.listeners JUnit listener classes for the Thucydides JUnit integration. 
net.thucydides.junit.runners Thucydides JUnit test runner and associated classes. 
 

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.
static void StepAnnotations.injectOptionalAnnotatedPagesObjectInto(Object testCase, Pages pages)
          Instantiates the @ManagedPages-annotated Pages instance using current WebDriver, if the field is present.
 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.
 

Uses of Pages in net.thucydides.core.webdriver
 

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

Uses of Pages in net.thucydides.easyb
 

Methods in net.thucydides.easyb that return Pages
 Pages ThucydidesPlugin.getPages()
           
 

Methods in net.thucydides.easyb with parameters of type Pages
 void ThucydidesPlugin.setPages(Pages value)
           
 

Uses of Pages in net.thucydides.junit.listeners
 

Methods in net.thucydides.junit.listeners with parameters of type Pages
 JUnitStepListenerBuilder JUnitStepListenerBuilder.withPageFactory(Pages pageFactory)
           
 

Constructors in net.thucydides.junit.listeners with parameters of type Pages
JUnitStepListenerBuilder(File outputDirectory, Pages pageFactory)
           
JUnitStepListenerBuilder(File outputDirectory, Pages pageFactory, int parameterSetNumber)
           
 

Uses of Pages in net.thucydides.junit.runners
 

Methods in net.thucydides.junit.runners that return Pages
 Pages ThucydidesRunner.getPages()
           
 

Methods in net.thucydides.junit.runners with parameters of type Pages
protected  JUnitStepListener ThucydidesRunner.initListenersUsing(Pages pageFactory)
           
 



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