Class MockSleeper (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
2.2.0 (latest)
2.1.1
2.0.3
1.47.1
1.46.3
1.45.3
1.44.2
1.43.2
1.42.3
1.41.8
public class MockSleeper implements Sleeper
Beta
Mock for Sleeper .
Implementation is not thread-safe.
Constructors
MockSleeper()
Methods
getCount()
public final int getCount ()
Returns
Type
Description
int
getLastMillis()
public final long getLastMillis ()
Returns the value of millis parameter when #sleep(long) was last called or
0 if not called.
Returns
Type
Description
long
sleep(long millis)
public void sleep ( long millis )
Causes the currently executing thread to sleep (temporarily cease execution) for the specified
number of milliseconds as specified in Thread#sleep(long) .
Parameter
Name
Description
millis
long
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-31 UTC.
[null,null,["Last updated 2026-07-31 UTC."],[],[]]