|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
IgnoreBrowser instead. Scheduled for removal in 3.0
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Inherited
@Deprecated
public @interface IgnoreBrowser
Similar to the JUnit Ignore but allows tests
to be ignored based on specific browsers.
Annotate a test method or class with this type and, when using
IgnoreBrowserRule, the test method will be skipped.
| Optional Element Summary | |
|---|---|
String |
reason
Deprecated. |
Browser[] |
value
Deprecated. |
public abstract Browser[] value
public abstract String reason
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||