|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ThymeleafTest
Marker annotation used to tell the BaseIT.goToPage(String) method
what kind of test it's extending. The only purpose of this trick is to build
the path to the view to load in the testing web application, which differs
between the JSP and the Thymeleaf implementation.
Of course, this can work only if all tests extends the BaseIT and if
they are annotated with this annotation or with the JspTest one.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||