|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.pentaho.di.trans.steps.csvinput.CsvInput1Test
public class CsvInput1Test
Regression test case for PDI JIRA-1317: a csv input step with less 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 | |
---|---|
CsvInput1Test()
|
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 CsvInput1Test()
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 |