Package org.robolectric.nativeruntime
Class DefaultNativeRuntimeLoader
- java.lang.Object
-
- org.robolectric.nativeruntime.DefaultNativeRuntimeLoader
-
- All Implemented Interfaces:
NativeRuntimeLoader
@AutoService(NativeRuntimeLoader.class) @Priority(-2147483648) public final class DefaultNativeRuntimeLoader extends Object implements NativeRuntimeLoader
Loads the Robolectric native runtime.
-
-
Constructor Summary
Constructors Constructor Description DefaultNativeRuntimeLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ensureLoaded()
-
-
-
Method Detail
-
ensureLoaded
public void ensureLoaded()
- Specified by:
ensureLoaded
in interfaceNativeRuntimeLoader
-
-