Catalog alignment
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / info / GroupDefinitionInfoTest.java
index bc8041b..3c68e9e 100644 (file)
  */
 package org.openecomp.sdc.be.info;
 
-import java.util.ArrayList;
-import java.util.List;
-import org.junit.Test;
-
 import com.google.code.beanmatchers.BeanMatchers;
+import org.junit.Test;
 import org.openecomp.sdc.be.datatypes.elements.GroupDataDefinition;
 import org.openecomp.sdc.be.datatypes.elements.GroupInstanceDataDefinition;
 import org.openecomp.sdc.be.model.GroupDefinition;
 import org.openecomp.sdc.be.model.GroupInstance;
 
+import java.util.ArrayList;
+import java.util.List;
+
 import static com.google.code.beanmatchers.BeanMatchers.hasValidBeanConstructor;
 import static org.hamcrest.CoreMatchers.is;
 import static org.hamcrest.MatcherAssert.assertThat;