All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.thucydides.core.pages.SystemClock Maven / Gradle / Ivy

The newest version!
package net.thucydides.core.pages;

import org.joda.time.DateTime;

/**
 * Find the current system time.
 */
public interface SystemClock {
    void pauseFor(long timeInMilliseconds);
    DateTime getCurrentTime();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy