Annotation Type InternalTestRoot
-
@Retention(CLASS) @Target(TYPE) public @interface InternalTestRootAnnotation that generates a Hilt test application.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends android.app.Application>applicationBaseClassReturns the baseApplicationclass.java.lang.Class<?>testClassReturns the test class.
-