new unit tests for sdc-dao
[sdc.git] / catalog-dao / src / test / java / org / openecomp / sdc / be / resources / data / AttributeValueDataTest.java
index 0ccd7a1..0da5a17 100644 (file)
@@ -1,5 +1,6 @@
 package org.openecomp.sdc.be.resources.data;
 
+import java.util.HashMap;
 import java.util.Map;
 
 import org.junit.Test;
@@ -11,6 +12,10 @@ public class AttributeValueDataTest {
                return new AttributeValueData();
        }
 
+       @Test
+       public void testCtor() throws Exception {
+               new AttributeValueData(new HashMap<String, Object>());
+       }
        
        @Test
        public void testGetUniqueId() throws Exception {