소스 및 주석 정리
This commit is contained in:
@@ -23,23 +23,11 @@ import com.nexacro.xapi.tx.PlatformException;
|
||||
import com.nexacro.xapi.tx.PlatformType;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : NexacroFirstRowHandlerTest.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 18.
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
*
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 18. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@ContextConfiguration(locations = { "classpath*:spring/context-*.xml" } )
|
||||
|
||||
@@ -3,24 +3,12 @@ package com.nexacro.spring.data.convert;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : NexacroConvertListenerTest.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 9.
|
||||
* @since 08.09.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 9. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class NexacroConvertListenerTest {
|
||||
|
||||
@Test
|
||||
|
||||
@@ -13,23 +13,11 @@ import com.nexacro.xapi.data.DataSet;
|
||||
import com.nexacro.xapi.data.Variable;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : NexacroConverterFactoryTest.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 4.
|
||||
* @since 08.04.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
*
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 4. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class NexacroConverterFactoryTest {
|
||||
|
||||
@@ -26,24 +26,12 @@ import com.nexacro.xapi.data.datatype.PlatformDataType;
|
||||
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : DataSetToListConverterTest.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 4.
|
||||
* @since 08.04.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 4. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class DataSetToListConverterTest {
|
||||
|
||||
private DataSetToListConverter converter;
|
||||
|
||||
@@ -21,24 +21,12 @@ import com.nexacro.xapi.data.ConstantColumnHeader;
|
||||
import com.nexacro.xapi.data.DataSet;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : ListToDataSetConverterTest.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 4.
|
||||
* @since 08.04.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 4. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class ListToDataSetConverterTest {
|
||||
|
||||
private ListToDataSetConverter converter;
|
||||
|
||||
@@ -14,24 +14,12 @@ import org.springframework.beans.NotWritablePropertyException;
|
||||
import com.nexacro.spring.data.support.bean.DefaultBean;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : NexacroBeanWrapperTest.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 4.
|
||||
* @since 08.04.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 4. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class NexacroBeanWrapperTest {
|
||||
|
||||
@Test
|
||||
|
||||
@@ -21,25 +21,12 @@ import com.nexacro.xapi.data.datatype.DataType;
|
||||
import com.nexacro.xapi.data.datatype.PlatformDataType;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : TestDataUtil.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 10.
|
||||
* @since 08.10.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
*
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 10. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public abstract class NexacroTestUtil {
|
||||
|
||||
private static String[] dsPropertyNames;
|
||||
|
||||
@@ -13,22 +13,11 @@ import com.nexacro.spring.data.convert.NexacroConvertException;
|
||||
import com.nexacro.xapi.data.Variable;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : ObjectToVariableTest.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 19.
|
||||
* @since 08.19.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 19. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class ObjectToVariableConverterTest {
|
||||
|
||||
@@ -13,24 +13,12 @@ import com.nexacro.spring.data.convert.NexacroConvertException;
|
||||
import com.nexacro.xapi.data.Variable;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : VariableToObjectConverterTest.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 19.
|
||||
* @since 08.19.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 19. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class VariableToObjectConverterTest {
|
||||
|
||||
private VariableToObjectConverter converter;
|
||||
|
||||
@@ -4,25 +4,12 @@ import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : DefaultBean.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 4.
|
||||
* @since 08.04.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
*
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 4. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class DefaultBean {
|
||||
|
||||
private int employeeId;
|
||||
|
||||
@@ -4,24 +4,12 @@ import com.nexacro.spring.data.DataSetRowTypeAccessor;
|
||||
import com.nexacro.spring.data.DataSetSavedDataAccessor;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : NexacroBean.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 4.
|
||||
* @since 08.04.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 4. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class NexacroSupportedBean extends DefaultBean implements DataSetRowTypeAccessor, DataSetSavedDataAccessor<NexacroSupportedBean>{
|
||||
|
||||
private int rowType;
|
||||
|
||||
@@ -3,25 +3,12 @@ package com.nexacro.spring.data.support.bean;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* Statements
|
||||
* </pre>
|
||||
*
|
||||
* @ClassName : ExtendedBean.java
|
||||
* @Description : 클래스 설명을 기술합니다.
|
||||
* @author Park SeongMin
|
||||
* @since 2015. 8. 10.
|
||||
* @since 08.10.2015
|
||||
* @version 1.0
|
||||
* @see
|
||||
* @Modification Information
|
||||
*
|
||||
* <pre>
|
||||
* since author description
|
||||
* =========== ============= ===========================
|
||||
* 2015. 8. 10. Park SeongMin 최초 생성
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
public class UnsupportedBean extends DefaultBean {
|
||||
|
||||
private List<String> stringList;
|
||||
|
||||
Reference in New Issue
Block a user