org.pentaho.di.core.row
Class ValueDataUtilTest

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

public class ValueDataUtilTest
extends junit.framework.TestCase

Not yet completely finished.

Author:
sboden

Constructor Summary
ValueDataUtilTest()
           
 
Method Summary
 void testAdd()
           
 void testAdd3()
           
 void testCombination1()
           
 void testCombination2()
           
 void testDateDiff_A_GT_B()
           
 void testDateDiff_A_LT_B()
           
 void testDivide()
           
 void testIsSpace()
          Deprecated. Use Const.isSpace(char) instead
 void testLeftTrim()
          Deprecated. Use Const.ltrim(String) instead
 void testNVL()
           
 void testPercent1()
           
 void testPercent2()
           
 void testPercent3()
           
 void testRightTrim()
          Deprecated. Use Const.rtrim(String) instead
 void testRound2()
           
 void testSubtract()
           
 void testTrim()
          Deprecated. Use Const.trim(String) instead
 void testWorkingDaysDays_A_GT_B()
           
 void testWorkingDaysDays_A_LT_B()
           
 
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

ValueDataUtilTest

public ValueDataUtilTest()
Method Detail

testLeftTrim

public void testLeftTrim()
                  throws KettleValueException
Deprecated. Use Const.ltrim(String) instead

Throws:
KettleValueException

testRightTrim

public void testRightTrim()
                   throws KettleValueException
Deprecated. Use Const.rtrim(String) instead

Throws:
KettleValueException

testIsSpace

public void testIsSpace()
                 throws KettleValueException
Deprecated. Use Const.isSpace(char) instead

Throws:
KettleValueException

testTrim

public void testTrim()
              throws KettleValueException
Deprecated. Use Const.trim(String) instead

Throws:
KettleValueException

testDateDiff_A_GT_B

public void testDateDiff_A_GT_B()

testDateDiff_A_LT_B

public void testDateDiff_A_LT_B()

testWorkingDaysDays_A_GT_B

public void testWorkingDaysDays_A_GT_B()

testWorkingDaysDays_A_LT_B

public void testWorkingDaysDays_A_LT_B()

testAdd

public void testAdd()

testAdd3

public void testAdd3()

testSubtract

public void testSubtract()

testDivide

public void testDivide()

testPercent1

public void testPercent1()

testPercent2

public void testPercent2()

testPercent3

public void testPercent3()

testCombination1

public void testCombination1()

testCombination2

public void testCombination2()

testRound2

public void testRound2()

testNVL

public void testNVL()