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