| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.pentaho.di.trans.steps.csvinput.CsvInput2Test
public class CsvInput2Test
Regression test case for PDI JIRA-1317 (case 2): a csv input step with more columns in certain rows than the number of columns defined in the step. In the original problem (in v3.1-M2) this caused the filename column to be in the wrong places.
| Constructor Summary | |
|---|---|
| CsvInput2Test() | |
| Method Summary | |
|---|---|
|  void | checkRows(List<RowMetaAndData> rows1,
          List<RowMetaAndData> rows2,
          int fileNameColumn)Check the 2 lists comparing the rows in order. | 
|  List<RowMetaAndData> | createData(String fileName) | 
|  List<RowMetaAndData> | createResultData1()Create result data for test case 1. | 
|  RowMetaInterface | createResultRowMetaInterface() | 
|  RowMetaInterface | createRowMetaInterface() | 
|  void | testCSVInput1()Test case for Get XML Data step, very simple example. | 
|  String | writeInputFile()Write the file to be used as input (as a temporary file). | 
| Methods inherited from class junit.framework.TestCase | 
|---|
| countTestCases, getName, run, run, runBare, setName, toString | 
| Methods inherited from class junit.framework.Assert | 
|---|
| assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public CsvInput2Test()
| Method Detail | 
|---|
public String writeInputFile()
                      throws IOException
IOException - UPONpublic RowMetaInterface createRowMetaInterface()
public List<RowMetaAndData> createData(String fileName)
public RowMetaInterface createResultRowMetaInterface()
public List<RowMetaAndData> createResultData1()
public void checkRows(List<RowMetaAndData> rows1,
                      List<RowMetaAndData> rows2,
                      int fileNameColumn)
rows1 - set 1 of rows to comparerows2 - set 2 of rows to comparefileNameColumn - Number of the column containing the filename. This is only checked
            for being non-null (some systems maybe canonize names differently 
            than we input).
public void testCSVInput1()
                   throws Exception
Exception - Upon any exception| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||