Class Shadows

  • All Implemented Interfaces:
    ShadowProvider

    @Generated("org.robolectric.annotation.processing.RobolectricProcessor")
    public class Shadows
    extends Object
    implements ShadowProvider
    Shadow mapper. Automatically generated by the Robolectric Annotation Processor.
    • Constructor Detail

      • Shadows

        public Shadows()
    • Method Detail

      • shadowOf

        public static ShadowMultiDex shadowOf​(android.support.multidex.MultiDex actual)
      • reset

        public void reset()
        Description copied from interface: ShadowProvider
        Reset the static state of all shadows provided by this package.
        Specified by:
        reset in interface ShadowProvider
      • getProvidedPackageNames

        public String[] getProvidedPackageNames()
        Description copied from interface: ShadowProvider
        Array of Java package names that are shadowed by this package.
        Specified by:
        getProvidedPackageNames in interface ShadowProvider
        Returns:
        Array of Java package names.