Uses of Interface
net.thucydides.core.pages.SystemClock

Packages that use SystemClock
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 SystemClock in net.thucydides.core.pages
 

Classes in net.thucydides.core.pages that implement SystemClock
 class InternalSystemClock
          Object that encapsulates system clock operations.
 

Methods in net.thucydides.core.pages that return SystemClock
protected  SystemClock PageObject.getClock()
           
 

Uses of SystemClock in net.thucydides.core.steps
 

Methods in net.thucydides.core.steps that return SystemClock
protected  SystemClock BaseStepListener.getClock()
           
 

Constructors in net.thucydides.core.steps with parameters of type SystemClock
StepDelayer(SystemClock clock)
           
 



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