Class TestConstants
- java.lang.Object
-
- gov.nasa.pds.imaging.generate.constants.TestConstants
-
public final class TestConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXAMPLE_DIR
static String
MPF_TEST_LABEL
static String
TEST_DATA_DIR
static String
TEST_OUT_DIR
-
Constructor Summary
Constructors Constructor Description TestConstants()
-
-
-
Field Detail
-
TEST_DATA_DIR
public static final String TEST_DATA_DIR
- See Also:
- Constant Field Values
-
TEST_OUT_DIR
public static final String TEST_OUT_DIR
- See Also:
- Constant Field Values
-
MPF_TEST_LABEL
public static final String MPF_TEST_LABEL
- See Also:
- Constant Field Values
-
EXAMPLE_DIR
public static final String EXAMPLE_DIR
- See Also:
- Constant Field Values
-
-