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
- 
Method Details- 
ensureLoadedvoid ensureLoaded()
 
-