Class StringUtilTests

  • All Implemented Interfaces:
    junit.framework.Test

    public class StringUtilTests
    extends GenericTestCaseBase
    • Constructor Detail

      • StringUtilTests

        public StringUtilTests​(java.lang.String name)
    • Method Detail

      • setUp

        protected void setUp()
                      throws java.lang.Exception
        Overrides:
        setUp in class junit.framework.TestCase
        Throws:
        java.lang.Exception
      • tearDown

        protected void tearDown()
                         throws java.lang.Exception
        Overrides:
        tearDown in class junit.framework.TestCase
        Throws:
        java.lang.Exception
      • testStringUtil

        public void testStringUtil()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testInternString

        public void testInternString()
      • testReplaceString

        public void testReplaceString()
      • testJoin

        public void testJoin()
      • testSplit

        public void testSplit()
      • testQuoteStrList

        public void testQuoteStrList()
      • testStrToMap

        public void testStrToMap()
      • testMapToStr

        public void testMapToStr()
      • testToMap

        public void testToMap()
      • testToList

        public void testToList()
      • testToSet

        public void testToSet()
      • testCreateMap

        public void testCreateMap()
      • testCleanUpPathPrefix

        public void testCleanUpPathPrefix()
      • testRemoveSpaces

        public void testRemoveSpaces()
      • testToHexString

        public void testToHexString()
      • testCleanHexString

        public void testCleanHexString()
      • testFromHexString

        public void testFromHexString()
      • testConvertChar

        public void testConvertChar()
      • testEncodeInt

        public void testEncodeInt()
      • testRemoveNonNumeric

        public void testRemoveNonNumeric()
      • testRemoveNumeric

        public void testRemoveNumeric()
      • testRemoveRegex

        public void testRemoveRegex()
      • testAddToNumberString

        public void testAddToNumberString()
      • testPadNumberString

        public void testPadNumberString()
      • testConvertOperatorSubstitutions

        public void testConvertOperatorSubstitutions()
      • testCollapseNewlines

        public void testCollapseNewlines()
      • testCollapseSpaces

        public void testCollapseSpaces()
      • testCollapseCharacter

        public void testCollapseCharacter()
      • testWrapString

        public void testWrapString()
      • testMakeStringWrapper

        public void testMakeStringWrapper()
      • testAppendTo

        public void testAppendTo()
      • testAppend

        public void testAppend()