Package org.robolectric.pluginapi
Interface NativeRuntimeLoader
-
- All Known Implementing Classes:
DefaultNativeRuntimeLoader
@Beta public interface NativeRuntimeLoader
Loads the Robolectric native runtime.By default, the native runtime shared library is loaded from Java resources. However, in some environments, there may be a faster and simpler way to load it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ensureLoaded()
-