Class TestDir


  • public class TestDir
    extends Object
    Manage the test data directories and servers.
    Since:
    3/23/12

    -D Property Names
    Static Variable Property Name(s) Description
    testdataDirPropName unidata.testdata.path Property name for the path to the Unidata test data directory, e.g unidata.testdata.path=/share/testdata

    Computed Paths
    Static Variable Property Name(s) (-d) Default Value Description
    cdmUnitTestDir NA NA New test data directory. Do not put temporary files in here. Migrate all test data here eventually.
    cdmLocalTestDataDir NA ../cdm/src/test/data Level 1 test data directory (distributed with code and MAY be used in Unidata nightly testing).
    • Field Detail

      • testdataDir

        public static String testdataDir
        Path to the Unidata test data directory.
      • cdmUnitTestDir

        public static String cdmUnitTestDir
        New test data directory. do not put temporary files in here. migrate all test data here eventually Unidata "//fileserver/data/testdata2/cdmUnitTest" directory.
      • cdmLocalTestDataDir

        public static String cdmLocalTestDataDir
        The cdm-core local test directory, from any cdm submodule.
      • localTestDataDir

        public static String localTestDataDir
        The module local test directory. Assumes pwd = top of module.
      • cdmLocalFromTestDataDir

        public static String cdmLocalFromTestDataDir
        The cdm-core local test directory, from cdm-test submodule.
      • cdmTestDataDir

        public static String cdmTestDataDir
        cdm-test data directory (distributed with code but depends on data not in github)
    • Constructor Detail

      • TestDir

        public TestDir()