org.xwiki.rendering.test.cts
Annotation Type Syntax


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Syntax

Used to specify for which Syntax the test suite is for.

Since:
4.1M1
Version:
$Id: aca1cb8db8691664ddf9c58f377cad937ec8db3c $
See Also:
CompatibilityTestSuite

Optional Element Summary
 String metadata
          The Syntax id of the generated XDOM Macro Block content (for Macros that contain wiki syntax).
 String value
          The id of the syntax that we are testing (eg "xwiki/2.0").
 

value

public abstract String value
The id of the syntax that we are testing (eg "xwiki/2.0").

Default:
""

metadata

public abstract String metadata
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:
""


Copyright © 2004-2013 XWiki. All Rights Reserved.