Package org.robolectric.nativeruntime
Class DefaultNativeRuntimeLoader
- java.lang.Object
-
- org.robolectric.nativeruntime.DefaultNativeRuntimeLoader
-
- All Implemented Interfaces:
org.robolectric.pluginapi.NativeRuntimeLoader
@AutoService(org.robolectric.pluginapi.NativeRuntimeLoader.class) @Priority(-2147483648) public class DefaultNativeRuntimeLoader extends Object implements org.robolectric.pluginapi.NativeRuntimeLoader
Loads the Robolectric native runtime.
-
-
Field Summary
Fields Modifier and Type Field Description protected static AtomicBooleanloaded
-
Constructor Summary
Constructors Constructor Description DefaultNativeRuntimeLoader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidensureLoaded()static voidinjectAndLoad()
-
-
-
Field Detail
-
loaded
protected static final AtomicBoolean loaded
-
-