| 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 |
|---|---|
class |
CategoryValidator
Validates that there are no errors in the use of the
Category
annotation. |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderWithValidator
Validates that there are no errors in the use of the
OrderWith
annotation. |
| 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.