20080913, rgf

org.apache.bsf.test.utilTests
Class StringUtilsTest

java.lang.Object
  extended byTestCase
      extended byorg.apache.bsf.test.utilTests.StringUtilsTest

public class StringUtilsTest
extends TestCase

This is a testcase for org.apache.bsf.util.StringUtils.java

Author:
Sanka Samaranayake , Nilupa Bandara
See Also:
Serialized Form

Constructor Summary
StringUtilsTest(java.lang.String arg0)
          Constructor for StringUtilsTest.
 
Method Summary
 void testClassNameToVarName()
           
 void testCleanString()
           
 void testGetChars()
           
 void testGetClassName()
           
 void testGetCommaListFromVector()
           
 void testGetContentAsReader()
           
 void testGetContentAsString()
           
 void testGetSafeString()
           
 void testGetValidIdentifierName()
           
 void testIsValidIdentifierName()
           
 void testIsValidPackageName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtilsTest

public StringUtilsTest(java.lang.String arg0)
Constructor for StringUtilsTest.

Parameters:
arg0 -
Method Detail

testClassNameToVarName

public void testClassNameToVarName()

testCleanString

public void testCleanString()

testGetChars

public void testGetChars()

testGetClassName

public void testGetClassName()

testGetCommaListFromVector

public void testGetCommaListFromVector()

testGetContentAsReader

public void testGetContentAsReader()
                            throws java.net.MalformedURLException,
                                   java.io.IOException
Throws:
java.net.MalformedURLException
java.io.IOException

testGetContentAsString

public void testGetContentAsString()
                            throws java.io.IOException
Throws:
java.io.IOException

testGetSafeString

public void testGetSafeString()

testGetValidIdentifierName

public void testGetValidIdentifierName()

testIsValidIdentifierName

public void testIsValidIdentifierName()

testIsValidPackageName

public void testIsValidPackageName()

20080913, rgf