|
||||||||||
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.sort.SortRowsTest
public class SortRowsTest
Test class for the Sort step. TODO: ascii data case sensitive and case insensitive.
Field Summary | |
---|---|
static int |
MAX_COUNT
|
Constructor Summary | |
---|---|
SortRowsTest()
|
Method Summary | |
---|---|
void |
checkRows(List<RowMetaAndData> rows,
boolean ascending)
Check the list, the list has to be sorted. |
List<RowMetaAndData> |
createIntegerData()
|
RowMetaInterface |
createRowMetaInterface()
|
void |
testSortRows1()
Test case for sorting step .. |
void |
testSortRows2()
Test case for sorting 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 |
Field Detail |
---|
public static int MAX_COUNT
Constructor Detail |
---|
public SortRowsTest()
Method Detail |
---|
public RowMetaInterface createRowMetaInterface()
public List<RowMetaAndData> createIntegerData()
public void checkRows(List<RowMetaAndData> rows, boolean ascending) throws Exception
Exception
public void testSortRows1() throws Exception
Exception
public void testSortRows2() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |