com.github.dandelion.datatables.testing.utils
Annotation Type JspTest


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface JspTest

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 ThymeleafTest one.

Since:
0.9.0
Author:
Thibault Duchateau



Copyright © 2013. All Rights Reserved.