@Target(value=TYPE)
public @interface CustomTestApplication
This annotation is useful for creating an application that can be used with instrumentation tests in gradle, since every instrumentation test must share the same application type.
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?> |
value
Returns the base
Application class. |