@Retention(value=RUNTIME) public @interface ExcludeCategories
WildcardPatternSuite
and the ParallelSuite
runner to exclude tests if they are
annotated with @Category
. In contrast to the standard
JUnit @ExcludeCategory
annotation
this annotation allows you to specify not only one but several classes.public abstract Class<?>[] value
Copyright © 2017. All rights reserved.