org.pentaho.di.core.row
Class RowDataUtilTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.pentaho.di.core.row.RowDataUtilTest
All Implemented Interfaces:
junit.framework.Test

public class RowDataUtilTest
extends junit.framework.TestCase


Constructor Summary
RowDataUtilTest()
           
 
Method Summary
 boolean arrayCompare(Object[] arr1, int start1, Object[] arr2, int start2, int len)
           
 void testAddRowData()
           
 void testAddValueData()
           
 void testRemoveItem()
           
 void testRemoveItems()
           
 void testResizeArray()
           
 
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

RowDataUtilTest

public RowDataUtilTest()
Method Detail

arrayCompare

public boolean arrayCompare(Object[] arr1,
                            int start1,
                            Object[] arr2,
                            int start2,
                            int len)

testResizeArray

public void testResizeArray()
                     throws KettleValueException
Throws:
KettleValueException

testRemoveItem

public void testRemoveItem()
                    throws KettleValueException
Throws:
KettleValueException

testAddRowData

public void testAddRowData()
                    throws KettleValueException
Throws:
KettleValueException

testAddValueData

public void testAddValueData()
                      throws KettleValueException
Throws:
KettleValueException

testRemoveItems

public void testRemoveItems()
                     throws KettleValueException
Throws:
KettleValueException