public abstract @interface

DoNotRunWith

implements Annotation
com.google.gwt.junit.DoNotRunWith

Class Overview

When 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 {
 }
 

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation