net.thucydides.core.pages
Interface SystemClock

Package class diagram package SystemClock
All Known Implementing Classes:
InternalSystemClock

public interface SystemClock

Find the current system time.


Method Summary
 org.joda.time.DateTime getCurrentTime()
           
 void pauseFor(long timeInMilliseconds)
           
 

Method Detail

pauseFor

void pauseFor(long timeInMilliseconds)

getCurrentTime

org.joda.time.DateTime getCurrentTime()


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