Annotation Interface InternalTestRoot


@Retention(CLASS) @Target(TYPE) public @interface InternalTestRoot
Annotation that generates a Hilt test application.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends android.app.Application>
    Returns the base Application class.
    Returns the test class.
  • Element Details

    • testClass

      Class<?> testClass
      Returns the test class.
    • applicationBaseClass

      Class<? extends android.app.Application> applicationBaseClass
      Returns the base Application class.