com.hrstc.utils
Class StringUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.hrstc.utils.StringUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class StringUtilsTest
extends junit.framework.TestCase


Constructor Summary
StringUtilsTest(java.lang.String testName)
           
 
Method Summary
static junit.framework.Test suite()
           
 void test_stringToAlphaNumeric()
           
 void testIndexOf()
           
 void testStringToHashtable()
          Test of toHashtable method, of class com.hrstc.utils.StringUtils.
 void testStringToStringArray()
          Test of stringToStringArray method, of class com.hrstc.utils.StringUtils.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringUtilsTest

public StringUtilsTest(java.lang.String testName)
Method Detail

suite

public static junit.framework.Test suite()

testStringToHashtable

public void testStringToHashtable()
Test of toHashtable method, of class com.hrstc.utils.StringUtils.


testStringToStringArray

public void testStringToStringArray()
Test of stringToStringArray method, of class com.hrstc.utils.StringUtils.


testIndexOf

public void testIndexOf()

test_stringToAlphaNumeric

public void test_stringToAlphaNumeric()