Package gruppe2.imagingapplication
Class ImageDataTest
- java.lang.Object
-
- gruppe2.imagingapplication.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
-
-
-
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
-
-