|
||||||||||
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.textfileinput.TextFileInputTests
public class TextFileInputTests
This class was a "copy and modification" of Kettle's CsvInput1Test. I added comments as I was learning the architecture of the class.
Constructor Summary | |
---|---|
TextFileInputTests()
|
Method Summary | |
---|---|
List<RowMetaAndData> |
createData(String fileName)
Creates data... |
List<RowMetaAndData> |
createResultData1()
Create result data for test case 1. |
RowMetaInterface |
createResultRowMetaInterface()
Creates a row meta interface for the fields that are defined by performing a getFields and by checking "Result filenames - Add filenames to result from "Text File Input" dialog. |
RowMetaInterface |
createRowMetaInterface()
Creates a RowMetaInterface with a ValueMetaInterface with the name "filename". |
void |
testGetLine_FILE_FORMAT_MIXED()
Verify that lines are properly identified when parsing a mixed format file. |
void |
testTextFileInput1()
|
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 TextFileInputTests()
Method Detail |
---|
public String writeInputFile() throws IOException
IOException
- UPONpublic List<RowMetaAndData> createResultData1()
public RowMetaInterface createRowMetaInterface()
public List<RowMetaAndData> createData(String fileName)
fileName
-
public RowMetaInterface createResultRowMetaInterface()
public void testTextFileInput1() throws Exception
Exception
public void testGetLine_FILE_FORMAT_MIXED() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |