org.openqa.selenium.support.ui
Class SystemClock

java.lang.Object
  extended by org.openqa.selenium.support.ui.SystemClock
All Implemented Interfaces:
Clock

public class SystemClock
extends java.lang.Object
implements Clock


Constructor Summary
SystemClock()
           
 
Method Summary
 boolean isNowBefore(long endInMillis)
           
 long laterBy(long durationInMillis)
           
 long now()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemClock

public SystemClock()
Method Detail

laterBy

public long laterBy(long durationInMillis)
Specified by:
laterBy in interface Clock

isNowBefore

public boolean isNowBefore(long endInMillis)
Specified by:
isNowBefore in interface Clock

now

public long now()
Specified by:
now in interface Clock


Copyright © 2011. All Rights Reserved.