|
||||||||||
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.insertupdate.InsertUpdateTest
public class InsertUpdateTest
Field Summary | |
---|---|
static String[] |
databasesXML
|
Database |
db
|
InsertUpdateMeta |
insupd
|
RowStepCollector |
rc
|
RowProducer |
rp
|
static String |
TARGET_TABLE
|
Constructor Summary | |
---|---|
InsertUpdateTest()
|
Method Summary | |
---|---|
void |
addLookup(String[] def)
|
List<RowMetaAndData> |
createMatchingDataRows()
|
String[] |
getDbRows()
|
RowMetaInterface |
getTargetTableRowMeta()
|
void |
pumpMatchingRows()
|
void |
pumpRows(List<RowMetaAndData> inputList)
|
void |
setUp()
|
void |
tearDown()
|
void |
testUpdateBetween()
|
void |
testUpdateEquals()
|
void |
testUpdateEqualsSupportsNull()
|
void |
testUpdateEqualsSupportsNullTwoKeys()
|
void |
testUpdateEqualsSupportsNullTwoKeysMixed()
|
void |
testUpdateEqualsSupportsNullTwoKeysMixed2()
|
void |
testUpdateEqualsTwoKeys()
|
void |
testUpdateIsNotNull()
|
void |
testUpdateIsNull()
|
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 |
Field Detail |
---|
public static final String[] databasesXML
public static final String TARGET_TABLE
public InsertUpdateMeta insupd
public RowStepCollector rc
public RowProducer rp
public Database db
Constructor Detail |
---|
public InsertUpdateTest()
Method Detail |
---|
public RowMetaInterface getTargetTableRowMeta()
public void addLookup(String[] def)
public void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
public void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
public List<RowMetaAndData> createMatchingDataRows()
public void pumpMatchingRows() throws Exception
Exception
public void pumpRows(List<RowMetaAndData> inputList) throws Exception
Exception
public String[] getDbRows() throws Exception
Exception
public void testUpdateEquals() throws Exception
Exception
public void testUpdateEqualsTwoKeys() throws Exception
Exception
public void testUpdateEqualsSupportsNull() throws Exception
Exception
public void testUpdateEqualsSupportsNullTwoKeys() throws Exception
Exception
public void testUpdateEqualsSupportsNullTwoKeysMixed() throws Exception
Exception
public void testUpdateIsNull() throws Exception
Exception
public void testUpdateIsNotNull() throws Exception
Exception
public void testUpdateBetween() throws Exception
Exception
public void testUpdateEqualsSupportsNullTwoKeysMixed2() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |