|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Inherited
public @interface DoNotRunWithWhen a test method is annotated with DoNotRunWith, it is _not_ executed on the specified platforms. We chose DoNotRunWith instead of RunWith because we want each exception to be listed separately here.
@DoNotRunWith({HtmlUnit})
public class EmulSuite {
}
| Required Element Summary | |
|---|---|
Platform[] |
value
|
| Element Detail |
|---|
public abstract Platform[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||