Package org.junit.experimental.categories
package org.junit.experimental.categories
-
ClassDescriptionFrom a given set of test classes, runs only the classes and methods that are annotated with either the category given with the @IncludeCategory annotation, or a subtype of that category.Marks a test class or test method as belonging to one or more categories of tests.Implementation of FilterFactory for Category filtering.Validates that there are no errors in the use of the
Category
annotation.FilterFactory
to exclude categories.FilterFactory
to include categories.