@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Scope
.xml found
in the classpath.
For example:
@RunWith(CompatibilityTestSuite.class)
@Syntax("xwiki/2.0")
@Scope("simple")
public class MySyntaxTest
{
...
}
CompatibilityTestSuite| Modifier and Type | Optional Element and Description |
|---|---|
String |
pattern
The regex pattern to filter files to execute, see
CompatibilityTestSuite. |
String |
value
The classpath prefix to search in.
|
public abstract String value
public abstract String pattern
CompatibilityTestSuite.Copyright © 2004–2016 XWiki. All rights reserved.