|
||||||||||
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.valuemapper.ValueMapperTest
public class ValueMapperTest
Test class for the ValueMapper step.
Constructor Summary | |
---|---|
ValueMapperTest()
|
Method Summary | |
---|---|
void |
checkRows(List<RowMetaAndData> rows1,
List<RowMetaAndData> rows2)
Check the 2 lists comparing the rows in order. |
List<RowMetaAndData> |
createData()
|
List<RowMetaAndData> |
createResultData1()
Create result data for test case 1. |
List<RowMetaAndData> |
createResultData2()
Create result data for test case 2. |
List<RowMetaAndData> |
createResultData3()
Create result data for test case 3. |
List<RowMetaAndData> |
createResultData4()
Create result data for test case 4. |
List<RowMetaAndData> |
createResultData5()
Create result data for test case 5. |
List<RowMetaAndData> |
createResultData6()
Create result data for test case 6. |
RowMetaInterface |
createRowMetaInterface()
|
RowMetaInterface |
createRowMetaInterface1()
Create the meta data for the results of test case 1. |
void |
testValueMapper1()
Test case for valuemapper step. |
void |
testValueMapper2()
Test case for valuemapper step. |
void |
testValueMapper3()
Test case for valuemapper step. |
void |
testValueMapper4()
Test case for valuemapper step. |
void |
testValueMapper5()
Test case for valuemapper step. |
void |
testValueMapper6()
Test case for valuemapper 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 ValueMapperTest()
Method Detail |
---|
public RowMetaInterface createRowMetaInterface()
public List<RowMetaAndData> createData()
public RowMetaInterface createRowMetaInterface1()
public List<RowMetaAndData> createResultData1()
public List<RowMetaAndData> createResultData2()
public List<RowMetaAndData> createResultData3()
public List<RowMetaAndData> createResultData4()
public List<RowMetaAndData> createResultData5()
public List<RowMetaAndData> createResultData6()
public void checkRows(List<RowMetaAndData> rows1, List<RowMetaAndData> rows2)
public void testValueMapper1() throws Exception
Exception
public void testValueMapper2() throws Exception
Exception
public void testValueMapper3() throws Exception
Exception
public void testValueMapper4() throws Exception
Exception
public void testValueMapper5() throws Exception
Exception
public void testValueMapper6() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |