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

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

There is a newer version: 0.9.275
Show newest version
package net.thucydides.core.pages;

/**
 * Created by IntelliJ IDEA.
 * User: johnsmart
 * Date: 15/08/11
 * Time: 8:41 AM
 * To change this template use File | Settings | File Templates.
 */
public interface SystemClock {
    void pauseFor(long timeInMilliseconds);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy