Package org.xwiki.rendering.test.cts
Annotation Type Syntax
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface Syntax
Used to specify for which Syntax the test suite is for.- Since:
- 4.1M1
- Version:
- $Id: 4aeba83e930803290d13dc1b829077e67716091c $
- See Also:
CompatibilityTestSuite
-
-
Element Detail
-
value
String value
- Returns:
- the id of the syntax that we are testing (eg "xwiki/2.0")
- Default:
- ""
-
-
-
metadata
String metadata
- Returns:
- the Syntax id of the generated XDOM Macro Block content (for Macros that contain wiki syntax). By default the tested Syntax is used if not defined
- Default:
- ""
-
-