- name - Variable in class ucar.unidata.util.test.UnitTestCommon
-
- ncdumpdata(NetcdfFile, String) - Static method in class ucar.unidata.util.test.UnitTestCommon
-
- ncdumpmetadata(NetcdfFile, String) - Static method in class ucar.unidata.util.test.UnitTestCommon
-
- NeedsCdmUnitTest - Interface in ucar.unidata.util.test.category
-
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 - Interface in ucar.unidata.util.test.category
-
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 - Interface in ucar.unidata.util.test.category
-
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 - Interface in ucar.unidata.util.test.category
-
A marker to be used with JUnit categories to indicate that a test method or test class requires access to
RDA Data.
- NeedsUcarNetwork - Interface in ucar.unidata.util.test.category
-
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 - Interface in ucar.unidata.util.test.category
-
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 - Interface in ucar.unidata.util.test.category
-
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.