Class ImageDataTest


  • public class ImageDataTest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageDataTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void metadataTests()
      Tests that metadata is extracted from the image.
      void tagTests()
      Tests for making sure tags are parsed properly Checks if it gets all tags, and that all unique tags are still there
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        private org.slf4j.Logger logger
    • Constructor Detail

      • ImageDataTest

        public ImageDataTest()
    • Method Detail

      • metadataTests

        public void metadataTests()
        Tests that metadata is extracted from the image. IF there is an error extracting metadata, the hashmap will be empty
      • tagTests

        public void tagTests()
        Tests for making sure tags are parsed properly Checks if it gets all tags, and that all unique tags are still there