Annotation Type 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
      java.lang.Class<? extends android.app.Application> applicationBaseClass
      Returns the base Application class.
      java.lang.Class<?> testClass
      Returns the test class.
    • Element Detail

      • testClass

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

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