Package org.robolectric.shadows
Class ShadowSystem
java.lang.Object
org.robolectric.shadows.ShadowSystem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
ImplementsSystem.currentTimeMillis()
through ShadowWrangler.static long
nanoTime()
ImplementsSystem.nanoTime()
through ShadowWrangler.
-
Constructor Details
-
ShadowSystem
public ShadowSystem()
-
-
Method Details
-
nanoTime
public static long nanoTime()ImplementsSystem.nanoTime()
through ShadowWrangler.- Returns:
- Current time with nanos.
-
currentTimeMillis
public static long currentTimeMillis()ImplementsSystem.currentTimeMillis()
through ShadowWrangler.- Returns:
- Current time with millis.
-