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

au.com.agic.apptesting.utils.SleepUtils Maven / Gradle / Ivy

package au.com.agic.apptesting.utils;

/**
 * Services for pausing the current thread
 */
public interface SleepUtils {
	/**
	 *
	 * @param sleep how long in milliseconds to pause the thread for
     */
	void sleep(final long sleep);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy