Annotation Interface ExcludeFromSuite


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface ExcludeFromSuite
Marker interface for a TestBench test class which will exclude the test from any test suite which automatically scans for test classes. Mostly useful for long tests which should not be run in every build.