Package org.junit.experimental.categories
-
Class Summary Class Description Categories From 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.Categories.CategoryFilter CategoryFilterFactory Implementation of FilterFactory for Category filtering.CategoryValidator Validates that there are no errors in the use of theCategory
annotation.ExcludeCategories FilterFactory
to exclude categories.ExcludeCategories.ExcludesAny IncludeCategories FilterFactory
to include categories.IncludeCategories.IncludesAny -
Annotation Types Summary Annotation Type Description Categories.ExcludeCategory Categories.IncludeCategory Category Marks a test class or test method as belonging to one or more categories of tests.