|
||||||||||
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.textfileoutput.TextFileOutputTests
public class TextFileOutputTests
This class tests the functionality of the TextFileOutput step.
Constructor Summary | |
---|---|
TextFileOutputTests()
|
Method Summary | |
---|---|
List<RowMetaAndData> |
createData()
Creates data... |
List<RowMetaAndData> |
createResultData1()
Create result data for test case 1. |
List<RowMetaAndData> |
createResultDataFromObjects(Object[][] objs)
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 |
testTextFileOutput1()
Check the 2 lists comparing the rows in order. |
void |
testTextFileOutput2()
Tests the default setting of createparentfolder to true by creating a new TextFileOutputMeta and verifying that createparentfolder is true |
void |
testTextFileOutput3()
Tests the default setting of createparentfolder to true by creating a new TextFileOutputMeta using a sample XML step (from a real transformation) and verifying that createparentfolder is true |
void |
testTextFileOutput4()
Tests the ZIP output capability of the TextFileOutput step |
void |
testTextFileOutput5()
Tests the GZIP output capability of the TextFileOutput step |
void |
testTextFileOutput6()
Tests the normal output capability of the TextFileOutput step |
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 TextFileOutputTests()
Method Detail |
---|
public List<RowMetaAndData> createResultData1()
public List<RowMetaAndData> createResultDataFromObjects(Object[][] objs)
public RowMetaInterface createRowMetaInterface()
public List<RowMetaAndData> createData()
fileName
-
public RowMetaInterface createResultRowMetaInterface()
public void testTextFileOutput1() throws Exception
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).
Exception
public void testTextFileOutput2() throws Exception
Exception
public void testTextFileOutput3() throws Exception
Exception
public void testTextFileOutput4() throws Exception
Exception
public void testTextFileOutput5() throws Exception
Exception
public void testTextFileOutput6() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |