Class ShadowDexFile

    • Constructor Detail

      • ShadowDexFile

        public ShadowDexFile()
    • Method Detail

      • setIsDexOptNeeded

        public static void setIsDexOptNeeded​(boolean isDexOptNeeded)
        Sets the value to be returned when isDexOptNeeded() is called with any argument.
      • setIsDexOptNeededError

        public static void setIsDexOptNeededError​(Throwable error)
        Sets the throwable that will be thrown when isDexOptNeeded() is called. isDexOptNeeded() won't throw if the error is null.
      • reset

        @Resetter
        public static void reset()