NeedsCdmUnitTest |
A marker to be used with JUnit categories to indicate that a test method or test class requires access to the
cdmUnitTest shared directory in order to complete successfully.
|
NeedsContentRoot |
A marker to be used with JUnit categories to indicate that a test method or test class requires that a TDS
content root be defined via the "tds.content.root.path" property.
|
NeedsExternalResource |
A marker to be used with JUnit categories to indicate that a test method or test class requires access to an
external resource in order to complete successfully.
|
NeedsRdaData |
A marker to be used with JUnit categories to indicate that a test method or test class requires access to
RDA Data.
|
NeedsUcarNetwork |
A marker to be used with JUnit categories to indicate that a test method or test class requires access to a
resource that is only accessible on the UCAR network in order to complete successfully.
|
NotJenkins |
A marker to be used with JUnit categories to indicate that a test method or test class cannot succeed when run
within the Jenkins environment.
|
NotPullRequest |
A marker to be used with JUnit categories to indicate that a test method or test class cannot succeed when run
within the CI environment (currently GitHub Actions) used for checking pull requests.
|
Slow |
A marker to be used with JUnit categories to indicate that a test method or test class takes a long time to run.
|