|
| 1 | +public abstract class dagger/hilt/android/internal/testing/EarlySingletonComponentCreator { |
| 2 | + public fun <init> ()V |
| 3 | +} |
| 4 | + |
| 5 | +public abstract interface annotation class dagger/hilt/android/internal/testing/InternalTestRoot : java/lang/annotation/Annotation { |
| 6 | + public abstract fun applicationBaseClass ()Ljava/lang/Class; |
| 7 | + public abstract fun testClass ()Ljava/lang/Class; |
| 8 | +} |
| 9 | + |
| 10 | +public final class dagger/hilt/android/internal/testing/MarkThatRulesRanRule : org/junit/rules/TestRule { |
| 11 | + public fun <init> (Ljava/lang/Object;)V |
| 12 | + public fun apply (Lorg/junit/runners/model/Statement;Lorg/junit/runner/Description;)Lorg/junit/runners/model/Statement; |
| 13 | + public fun componentReady ()V |
| 14 | + public fun delayComponentReady ()V |
| 15 | + public fun inject ()V |
| 16 | +} |
| 17 | + |
| 18 | +public final class dagger/hilt/android/internal/testing/TestApplicationComponentManager : dagger/hilt/android/testing/OnComponentReadyRunner$OnComponentReadyRunnerHolder, dagger/hilt/internal/TestSingletonComponentManager { |
| 19 | + public fun <init> (Landroid/app/Application;)V |
| 20 | + public fun earlySingletonComponent ()Ljava/lang/Object; |
| 21 | + public fun generatedComponent ()Ljava/lang/Object; |
| 22 | + public fun getDescription ()Lorg/junit/runner/Description; |
| 23 | + public fun getOnComponentReadyRunner ()Ldagger/hilt/android/testing/OnComponentReadyRunner; |
| 24 | + public fun getTestInstance ()Ljava/lang/Object; |
| 25 | + public fun registerModule (Ljava/lang/Class;Ljava/lang/Object;)V |
| 26 | +} |
| 27 | + |
| 28 | +public abstract interface class dagger/hilt/android/internal/testing/TestApplicationComponentManagerHolder : dagger/hilt/internal/GeneratedComponentManagerHolder { |
| 29 | +} |
| 30 | + |
| 31 | +public final class dagger/hilt/android/internal/testing/TestComponentData { |
| 32 | + public fun <init> (ZLdagger/hilt/android/internal/testing/TestInjector;Ljava/util/Set;Ljava/util/Set;Ldagger/hilt/android/internal/testing/TestComponentData$ComponentSupplier;)V |
| 33 | + public fun componentSupplier ()Ldagger/hilt/android/internal/testing/TestComponentData$ComponentSupplier; |
| 34 | + public fun daggerRequiredModules ()Ljava/util/Set; |
| 35 | + public fun hiltRequiredModules ()Ljava/util/Set; |
| 36 | + public fun testInjector ()Ldagger/hilt/android/internal/testing/TestInjector; |
| 37 | + public fun waitForBindValue ()Z |
| 38 | +} |
| 39 | + |
| 40 | +public abstract interface class dagger/hilt/android/internal/testing/TestComponentData$ComponentSupplier { |
| 41 | + public abstract fun get (Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Boolean;)Ljava/lang/Object; |
| 42 | +} |
| 43 | + |
| 44 | +public abstract class dagger/hilt/android/internal/testing/TestComponentDataSupplier { |
| 45 | + public fun <init> ()V |
| 46 | + protected abstract fun get ()Ldagger/hilt/android/internal/testing/TestComponentData; |
| 47 | +} |
| 48 | + |
| 49 | +public abstract interface class dagger/hilt/android/internal/testing/TestInjector { |
| 50 | + public abstract fun injectTest (Ljava/lang/Object;)V |
| 51 | +} |
| 52 | + |
| 53 | +public abstract interface annotation class dagger/hilt/android/internal/uninstallmodules/AggregatedUninstallModules : java/lang/annotation/Annotation { |
| 54 | + public abstract fun test ()Ljava/lang/String; |
| 55 | + public abstract fun uninstallModules ()[Ljava/lang/String; |
| 56 | +} |
| 57 | + |
| 58 | +public abstract interface annotation class dagger/hilt/android/testing/BindElementsIntoSet : java/lang/annotation/Annotation { |
| 59 | +} |
| 60 | + |
| 61 | +public abstract interface annotation class dagger/hilt/android/testing/BindValue : java/lang/annotation/Annotation { |
| 62 | +} |
| 63 | + |
| 64 | +public abstract interface annotation class dagger/hilt/android/testing/BindValueIntoMap : java/lang/annotation/Annotation { |
| 65 | +} |
| 66 | + |
| 67 | +public abstract interface annotation class dagger/hilt/android/testing/BindValueIntoSet : java/lang/annotation/Annotation { |
| 68 | +} |
| 69 | + |
| 70 | +public abstract interface annotation class dagger/hilt/android/testing/CustomTestApplication : java/lang/annotation/Annotation { |
| 71 | + public abstract fun value ()Ljava/lang/Class; |
| 72 | +} |
| 73 | + |
| 74 | +public final class dagger/hilt/android/testing/HiltAndroidRule : org/junit/rules/TestRule { |
| 75 | + public fun <init> (Ljava/lang/Object;)V |
| 76 | + public fun apply (Lorg/junit/runners/model/Statement;Lorg/junit/runner/Description;)Lorg/junit/runners/model/Statement; |
| 77 | + public fun componentReady ()Ldagger/hilt/android/testing/HiltAndroidRule; |
| 78 | + public fun delayComponentReady ()Ldagger/hilt/android/testing/HiltAndroidRule; |
| 79 | + public fun inject ()V |
| 80 | +} |
| 81 | + |
| 82 | +public abstract interface annotation class dagger/hilt/android/testing/HiltAndroidTest : java/lang/annotation/Annotation { |
| 83 | +} |
| 84 | + |
| 85 | +public final class dagger/hilt/android/testing/HiltTestApplication : androidx/multidex/MultiDexApplication, dagger/hilt/android/internal/testing/TestApplicationComponentManagerHolder, dagger/hilt/internal/GeneratedComponentManager { |
| 86 | + public fun <init> ()V |
| 87 | + public final fun componentManager ()Ldagger/hilt/internal/GeneratedComponentManager; |
| 88 | + public final fun generatedComponent ()Ljava/lang/Object; |
| 89 | +} |
| 90 | + |
| 91 | +public final class dagger/hilt/android/testing/OnComponentReadyRunner { |
| 92 | + public fun <init> ()V |
| 93 | + public static fun addListener (Landroid/content/Context;Ljava/lang/Class;Ldagger/hilt/android/testing/OnComponentReadyRunner$OnComponentReadyListener;)V |
| 94 | + public fun isEmpty ()Z |
| 95 | + public fun setComponentManager (Ldagger/hilt/internal/GeneratedComponentManager;)V |
| 96 | +} |
| 97 | + |
| 98 | +public abstract interface class dagger/hilt/android/testing/OnComponentReadyRunner$OnComponentReadyListener { |
| 99 | + public abstract fun onComponentReady (Ljava/lang/Object;)V |
| 100 | +} |
| 101 | + |
| 102 | +public abstract interface class dagger/hilt/android/testing/OnComponentReadyRunner$OnComponentReadyRunnerHolder { |
| 103 | + public abstract fun getOnComponentReadyRunner ()Ldagger/hilt/android/testing/OnComponentReadyRunner; |
| 104 | +} |
| 105 | + |
| 106 | +public abstract interface annotation class dagger/hilt/android/testing/SkipTestInjection : java/lang/annotation/Annotation { |
| 107 | +} |
| 108 | + |
| 109 | +public abstract interface annotation class dagger/hilt/android/testing/UninstallModules : java/lang/annotation/Annotation { |
| 110 | + public abstract fun value ()[Ljava/lang/Class; |
| 111 | +} |
| 112 | + |
| 113 | +public abstract interface annotation class dagger/hilt/testing/TestInstallIn : java/lang/annotation/Annotation { |
| 114 | + public abstract fun components ()[Ljava/lang/Class; |
| 115 | + public abstract fun replaces ()[Ljava/lang/Class; |
| 116 | +} |
| 117 | + |
0 commit comments