A B C D F G H I L M N O R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(File) - Method in class ucar.unidata.util.test.TestDir.FileFilterFromSuffixes
- actOnAll(String, FileFilter, TestDir.Act) - Static method in class ucar.unidata.util.test.TestDir
-
Call act.doAct() on each file in dirName that passes the file filter, recurse into subdirs.
- actOnAll(String, FileFilter, TestDir.Act, boolean) - Static method in class ucar.unidata.util.test.TestDir
-
Call act.doAct() on each file in dirName passing the file filter
- actOnAllParameterized(String, FileFilter, Collection<Object[]>) - Static method in class ucar.unidata.util.test.TestDir
-
Make list of filenames that pass the file filter, recurse true.
- actOnAllParameterized(String, FileFilter, Collection<Object[]>, boolean) - Static method in class ucar.unidata.util.test.TestDir
-
Make list of filenames that pass the file filter, recurse set by user.
B
- bindSystemStreams() - Static method in class ucar.unidata.util.test.SysStreamLogger
- buf - Variable in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
-
The internal buffer where data is stored.
- bufLength - Variable in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
-
Remembers the size of the buffer for speed.
- bufrLocalTestDataDir - Static variable in class ucar.unidata.util.test.TestDir
-
The cdm-core local test data, use from any top level gradle subproject.
C
- cdmLocalTestDataDir - Static variable in class ucar.unidata.util.test.TestDir
-
The cdm-core local test data, use from any top level gradle subproject.
- cdmTestDataDir - Static variable in class ucar.unidata.util.test.TestDir
-
cdm-test data directory (distributed with code but can depend on data not in github (e.g.
- cdmUnitTestDir - Static variable in class ucar.unidata.util.test.TestDir
-
Unidata test data for the CDM.
- checkLeaks() - Static method in class ucar.unidata.util.test.TestDir
- clearLog() - Method in class ucar.unidata.util.test.TestLogger
- ClientCatalogUtil - Class in thredds.client.catalog
- ClientCatalogUtil() - Constructor for class thredds.client.catalog.ClientCatalogUtil
- close() - Method in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- compare() - Method in class ucar.nc2.grid.CompareGridDataset
- compareAttributes(AttributeContainer, AttributeContainer) - Method in class ucar.nc2.grid.CompareGridDataset
- compareGrid(Grid, Grid) - Method in class ucar.nc2.grid.CompareGridDataset
- compareGridAxis(GridAxis<?>, GridAxis<?>) - Method in class ucar.nc2.grid.CompareGridDataset
- compareGridCoordinateSystem(GridCoordinateSystem, GridCoordinateSystem) - Method in class ucar.nc2.grid.CompareGridDataset
- CompareGridDataset - Class in ucar.nc2.grid
- CompareGridDataset(GridDataset, GridDataset, boolean) - Constructor for class ucar.nc2.grid.CompareGridDataset
- compareGridHorizCoordinateSystem(GridHorizCoordinateSystem, GridHorizCoordinateSystem) - Method in class ucar.nc2.grid.CompareGridDataset
- compareGridTimeCoordinateSystem(GridTimeCoordinateSystem, GridTimeCoordinateSystem) - Method in class ucar.nc2.grid.CompareGridDataset
- CompareNcml - Class in ucar.unidata.util.test
-
Read dataset, write NcML, compare results.
- CompareNcml(TemporaryFolder, DatasetUrl, boolean, boolean) - Constructor for class ucar.unidata.util.test.CompareNcml
- count - Variable in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
-
The number of valid bytes in the buffer.
D
- dap2TestServer - Static variable in class ucar.unidata.util.test.TestDir
- dap2TestServerPropName - Static variable in class ucar.unidata.util.test.TestDir
- dap4TestServer - Static variable in class ucar.unidata.util.test.TestDir
- dap4TestServerPropName - Static variable in class ucar.unidata.util.test.TestDir
- dataDir - Static variable in class thredds.client.catalog.ClientCatalogUtil
- DEFAULT_BUFFER_LENGTH - Static variable in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
-
The default number of bytes in the buffer.
- doAct(String) - Method in interface ucar.unidata.util.test.TestDir.Act
F
- FileFilterFromSuffixes(String) - Constructor for class ucar.unidata.util.test.TestDir.FileFilterFromSuffixes
- FileFilterSkipSuffix(String) - Static method in class ucar.unidata.util.test.TestDir
- flush() - Method in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out.
G
- getLastLogMsg() - Method in class ucar.unidata.util.test.TestLogger
- getLogger() - Static method in class ucar.unidata.util.test.TestLogger.TestLoggerFactory
- getLogSize() - Method in class ucar.unidata.util.test.TestLogger
H
- hasBeenClosed - Variable in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
-
Used to maintain the contract of
SysStreamLogger.LoggingOutputStream.close().
I
- isError - Variable in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
L
- LINE_SEPERATOR - Static variable in class ucar.unidata.util.test.SysStreamLogger
- locateThreddsRoot() - Static method in class ucar.unidata.util.test.TestDir
- log - Variable in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
- log(String) - Method in class ucar.unidata.util.test.TestLogger
- log(String, Throwable) - Method in class ucar.unidata.util.test.TestLogger
- LoggingOutputStream() - Constructor for class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
- LoggingOutputStream(Logger, boolean) - Constructor for class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
-
Creates the LoggingOutputStream to flush to the given Category.
M
- makeFilepath() - Static method in class thredds.client.catalog.ClientCatalogUtil
- makeFilepath(String) - Static method in class thredds.client.catalog.ClientCatalogUtil
- makeUrlFromFragment(String) - Static method in class thredds.client.catalog.ClientCatalogUtil
N
- 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.
- 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.
- 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.
- 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.
O
- open(String) - Static method in class thredds.client.catalog.ClientCatalogUtil
- open(String) - Static method in class ucar.unidata.util.test.TestDir
- openFileLocal(String) - Static method in class ucar.unidata.util.test.TestDir
R
- readAll(String) - Static method in class ucar.unidata.util.test.TestDir
- readAllData(NetcdfFile) - Static method in class ucar.unidata.util.test.TestDir
- remoteTestServer - Static variable in class ucar.unidata.util.test.TestDir
- reset() - Method in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
S
- Slow - Interface in ucar.unidata.util.test.category
-
A marker to be used with JUnit categories to indicate that a test method or test class takes a long time to run.
- syserr - Static variable in class ucar.unidata.util.test.SysStreamLogger
- sysErrLogger - Static variable in class ucar.unidata.util.test.SysStreamLogger
- sysout - Static variable in class ucar.unidata.util.test.SysStreamLogger
- sysOutLogger - Static variable in class ucar.unidata.util.test.SysStreamLogger
- SysStreamLogger - Class in ucar.unidata.util.test
- SysStreamLogger() - Constructor for class ucar.unidata.util.test.SysStreamLogger
- SysStreamLogger.LoggingOutputStream - Class in ucar.unidata.util.test
T
- testArrayStructure(StructureDataArray) - Method in class ucar.unidata.util.test.UtilsTestStructureArray
- TestDir - Class in ucar.unidata.util.test
-
Manage the test data directories and servers.
- TestDir() - Constructor for class ucar.unidata.util.test.TestDir
- TestDir.Act - Interface in ucar.unidata.util.test
- TestDir.FileFilterFromSuffixes - Class in ucar.unidata.util.test
- TestLogger - Class in ucar.unidata.util.test
- TestLogger() - Constructor for class ucar.unidata.util.test.TestLogger
- TestLogger.TestLoggerFactory - Class in ucar.unidata.util.test
- TestLoggerFactory() - Constructor for class ucar.unidata.util.test.TestLogger.TestLoggerFactory
- thredds.client.catalog - package thredds.client.catalog
U
- ucar.nc2.grid - package ucar.nc2.grid
- ucar.unidata.util.test - package ucar.unidata.util.test
- ucar.unidata.util.test.category - package ucar.unidata.util.test.category
- unbindSystemStreams() - Static method in class ucar.unidata.util.test.SysStreamLogger
- UtilsTestStructureArray - Class in ucar.unidata.util.test
-
Consistency checks for StructureDataArray
- UtilsTestStructureArray() - Constructor for class ucar.unidata.util.test.UtilsTestStructureArray
W
- write(int) - Method in class ucar.unidata.util.test.SysStreamLogger.LoggingOutputStream
-
Writes the specified byte to this output stream.
All Classes All Packages