소소한 수정 (import 구문 정리)
This commit is contained in:
@@ -3,7 +3,6 @@ package com.nexacro.spring.data;
|
||||
import java.io.IOException;
|
||||
import java.io.OutputStreamWriter;
|
||||
import java.io.PrintWriter;
|
||||
import java.util.Collection;
|
||||
import java.util.Locale;
|
||||
|
||||
import javax.servlet.ServletOutputStream;
|
||||
|
||||
@@ -11,7 +11,6 @@ import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ package com.nexacro.spring.data.convert;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
@@ -10,8 +12,6 @@ import org.junit.Test;
|
||||
import com.nexacro.xapi.data.DataSet;
|
||||
import com.nexacro.xapi.data.Variable;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package com.nexacro.spring.data.support;
|
||||
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.springframework.beans.BeanWrapper;
|
||||
@@ -22,8 +23,6 @@ import com.nexacro.spring.data.support.bean.DefaultBean;
|
||||
import com.nexacro.xapi.data.DataSet;
|
||||
import com.nexacro.xapi.data.datatype.PlatformDataType;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -6,6 +6,8 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
@@ -13,12 +15,11 @@ import com.nexacro.spring.data.convert.ConvertDefinition;
|
||||
import com.nexacro.spring.data.convert.NexacroConvertException;
|
||||
import com.nexacro.spring.data.support.NexacroTestUtil.StaticPropertyBean;
|
||||
import com.nexacro.spring.data.support.bean.DefaultBean;
|
||||
import com.nexacro.spring.util.ReflectionUtil;
|
||||
import com.nexacro.xapi.data.ColumnHeader;
|
||||
import com.nexacro.xapi.data.ConstantColumnHeader;
|
||||
import com.nexacro.xapi.data.DataSet;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
|
||||
@@ -4,6 +4,7 @@ package com.nexacro.spring.data.support;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
@@ -12,8 +13,6 @@ import org.springframework.beans.NotWritablePropertyException;
|
||||
|
||||
import com.nexacro.spring.data.support.bean.DefaultBean;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
|
||||
@@ -3,6 +3,8 @@ package com.nexacro.spring.data.support;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
@@ -10,8 +12,6 @@ import com.nexacro.spring.data.convert.ConvertDefinition;
|
||||
import com.nexacro.spring.data.convert.NexacroConvertException;
|
||||
import com.nexacro.xapi.data.Variable;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
|
||||
@@ -3,6 +3,8 @@ package com.nexacro.spring.data.support;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
@@ -10,8 +12,6 @@ import com.nexacro.spring.data.convert.ConvertDefinition;
|
||||
import com.nexacro.spring.data.convert.NexacroConvertException;
|
||||
import com.nexacro.xapi.data.Variable;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
|
||||
Reference in New Issue
Block a user