Package org.robolectric.shadows
Class ShadowSystem
- java.lang.Object
-
- org.robolectric.shadows.ShadowSystem
-
public class ShadowSystem extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowSystem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
currentTimeMillis()
ImplementsSystem.currentTimeMillis()
through ShadowWrangler.static long
nanoTime()
ImplementsSystem.nanoTime()
through ShadowWrangler.
-
-
-
Method Detail
-
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.
-
-