Update the aai-common with the latest code
[aai/aai-common.git] / aai-core / src / test / java / org / openecomp / aai / introspection / PojoStrategyTest.java
index 0bd6117..4843b10 100644 (file)
 
 package org.openecomp.aai.introspection;
 
+import static org.junit.Assert.*;
+
 import org.junit.Test;
+
 import org.openecomp.aai.domain.yang.CloudRegion;
 import org.openecomp.aai.domain.yang.VolumeGroup;
 import org.openecomp.aai.schema.enums.ObjectMetadata;
 
-import static org.junit.Assert.assertEquals;
-
 public class PojoStrategyTest {
 
        @Test