new unit tests for sdc-dao
[sdc.git] / catalog-dao / src / test / java / org / openecomp / sdc / be / dao / utils / ImageQualityTest.java
diff --git a/catalog-dao/src/test/java/org/openecomp/sdc/be/dao/utils/ImageQualityTest.java b/catalog-dao/src/test/java/org/openecomp/sdc/be/dao/utils/ImageQualityTest.java
new file mode 100644 (file)
index 0000000..2dc8b52
--- /dev/null
@@ -0,0 +1,14 @@
+package org.openecomp.sdc.be.dao.utils;
+
+import org.junit.Test;
+
+public class ImageQualityTest {
+
+       @Test
+       public void testGetSize() throws Exception {
+               int result;
+
+               // default test
+               result = ImageQuality.QUALITY_128.getSize();
+       }
+}
\ No newline at end of file