| Package | Description |
|---|---|
| org.junit.experimental.categories | |
| org.junit.runner |
Provides classes used to describe, collect, run and analyze multiple tests.
|
| org.junit.validator |
| Modifier and Type | Class and Description |
|---|---|
interface |
Category
Marks a test class or test method as belonging to one or more categories of tests.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
OrderWith
When a test class is annotated with
@OrderWith or extends a class annotated
with @OrderWith, JUnit will order the tests in the test class (and child
test classes, if any) using the ordering defined by the Ordering class. |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValidator |
AnnotationValidatorFactory.createAnnotationValidator(ValidateWith validateWithAnnotation)
Creates the AnnotationValidator specified by the value in
ValidateWith. |
Copyright © 2002–2020 JUnit. All rights reserved.