org.xwiki.test.ui.browser
Annotation Type IgnoreBrowser


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface IgnoreBrowser

Annotation to exclude running a test for a given list of browsers.

Since:
3.5M1
Version:
$Id: f51b1bdd6e7843bc1338be810cb233a149d36d69 $

Required Element Summary
 String value
           
 
Optional Element Summary
 String reason
           
 String version
           
 

Element Detail

value

public abstract String value
Returns:
the browser name to ignore

version

public abstract String version
Returns:
the browser version to ignore
Default:
""

reason

public abstract String reason
Returns:
the reason this test is ignored
Default:
""


Copyright © 2004-2013 XWiki. All Rights Reserved.