Class TestConstants
java.lang.Object
de.aikiit.fotorenamer.TestConstants
This helper class contains relevant constants for testing.
- Version:
- 2011-06-02, 13:42
- Author:
- hirsch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant to fully qualified directory with all test images.static final StringConstant to describe full qualified path to one test image.static final StringConstant to full qualified picture url after processing.static final PatternPattern to match given test image as suffix.static final StringThis is the base name of the image. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PLAIN_FILE_NAME
-
FULLPATH_IMAGES
Constant to fully qualified directory with all test images. -
FULLPATH_TEST_IMG
Constant to describe full qualified path to one test image. -
FULLPATH_TEST_IMG_RENAMED
Constant to full qualified picture url after processing. -
IS_TEST_FILE
Pattern to match given test image as suffix.
-
-
Constructor Details
-
TestConstants
public TestConstants()
-