org.pentaho.di.core.util
Class StringUtilTest

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

public class StringUtilTest
extends junit.framework.TestCase

Test class for the basic functionality of StringUtil.

Author:
Sven Boden

Constructor Summary
StringUtilTest()
           
 
Method Summary
 void testGetIndent()
          Test getIndent() call.
 void testinitCap()
          Test initCap for JIRA PDI-619.
 void testIsEmpty()
          Test isEmpty() call.
 void testSubstituteBasic()
          Test the basic substitute call.
 
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

StringUtilTest

public StringUtilTest()
Method Detail

testinitCap

public void testinitCap()
Test initCap for JIRA PDI-619.


testSubstituteBasic

public void testSubstituteBasic()
Test the basic substitute call.


testIsEmpty

public void testIsEmpty()
Test isEmpty() call.


testGetIndent

public void testGetIndent()
Test getIndent() call.