Class TestConstants

java.lang.Object
de.aikiit.fotorenamer.TestConstants

@Disabled("Only constants defined here.") public class TestConstants extends Object
This helper class contains relevant constants for testing.
Version:
2011-06-02, 13:42
Author:
hirsch
  • Field Details

    • PLAIN_FILE_NAME

      public static final String PLAIN_FILE_NAME
      This is the base name of the image.
      See Also:
    • FULLPATH_IMAGES

      public static final String FULLPATH_IMAGES
      Constant to fully qualified directory with all test images.
    • FULLPATH_TEST_IMG

      public static final String FULLPATH_TEST_IMG
      Constant to describe full qualified path to one test image.
    • FULLPATH_TEST_IMG_RENAMED

      public static final String FULLPATH_TEST_IMG_RENAMED
      Constant to full qualified picture url after processing.
    • IS_TEST_FILE

      public static final Pattern IS_TEST_FILE
      Pattern to match given test image as suffix.
  • Constructor Details

    • TestConstants

      public TestConstants()