Annotation Interface TestView


@Target(TYPE) @Retention(RUNTIME) public @interface TestView
Indicates that the annotated class is a view wrapper for tests. The annotated class must be a direct or indirect inheritor of View class.

The annotated class can be selected using Masquerade.$j(Class).

See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • id

      String id
      Returns:
      the view ID, if empty the ID is assumed to be the class name
      Default:
      ""