Package io.jmix.masquerade
Annotation 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
-
Element Details
-
id
String id- Returns:
- the view ID, if empty the ID is assumed to be the class name
- Default:
- ""
-