Class TestStringIterator

  • All Implemented Interfaces:
    junit.framework.Test

    public class TestStringIterator
    extends junit.framework.TestCase
    • Constructor Detail

      • TestStringIterator

        public TestStringIterator()
    • Method Detail

      • testNullStringConstructor

        public void testNullStringConstructor()
      • testEmptyStringConstructor

        public void testEmptyStringConstructor()
      • testStringConstructor

        public void testStringConstructor()
      • testPeek

        public void testPeek()
      • testExtract

        public void testExtract()
      • testMoveAhead

        public void testMoveAhead()
      • testMoveToString

        public void testMoveToString()
      • testMoveToChar

        public void testMoveToChar()
      • testMoveToOneChar

        public void testMoveToOneChar()
      • testMoveToEndOfLine

        public void testMoveToEndOfLine()
      • testMovePast

        public void testMovePast()
      • testMovePastWhitespace

        public void testMovePastWhitespace()
      • testIsLowerCase

        public void testIsLowerCase()
      • testIsUpperCase

        public void testIsUpperCase()
      • testIsCapitalized

        public void testIsCapitalized()
      • testIsBlank

        public void testIsBlank()
      • testTrimLeft

        public void testTrimLeft()
      • testTrimRight

        public void testTrimRight()