org.xwiki.rendering.test.integration
Annotation Type RenderingTestSuite.Scope


@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface RenderingTestSuite.Scope


Optional Element Summary
 String pattern
           
 String value
           
 

value

public abstract String value
Returns:
the classpath prefix to search in
Default:
""

pattern

public abstract String pattern
Returns:
the regex pattern to filter *.test files to execute
Default:
".*\\.test"


Copyright © 2004–2014 XWiki. All rights reserved.