|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Scope
Used to specify which test data to run in the test suite. By default runs all tests ending with .xml found
in the classpath.
For example:
@RunWith(CompatibilityTestSuite.class)
@Syntax("xwiki/2.0")
@Scope("simple")
public class MySyntaxTest
{
...
}
CompatibilityTestSuite| Optional Element Summary | |
|---|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||