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 testIsSpace()
          Deprecated. Use Const#isSpace(char) instead
 void testLeftTrim()
          Deprecated. Use Const#ltrim(String) instead
 void testRightTrim()
          Deprecated. Use Const#rtrim(String) instead
 void testTrim()
          Deprecated. Use Const#trim(String) instead
 
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