net.thucydides.core.pages.SystemClock Maven / Gradle / Ivy
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