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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • ensureLoaded

      void ensureLoaded()