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


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

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

Since:
4.0M2
Version:
$Id: 1305cecee232e36158360f4f30ac14bc95e66ce0 $

Required Element Summary
 IgnoreBrowser[] value
           
 

Element Detail

value

public abstract IgnoreBrowser[] value
Returns:
the list of annotations within the compound


Copyright © 2004-2013 XWiki. All Rights Reserved.