Class StringUtilsTest


  • public class StringUtilsTest
    extends Object

    Test class for StringUtils

    Since:
    2.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • StringUtilsTest

        public StringUtilsTest()
    • Method Detail

      • testFormat1

        public void testFormat1()
      • testFormat2

        public void testFormat2()
      • testFormatException

        public void testFormatException()
      • testCountMatches1

        public void testCountMatches1()
      • testCountMatches2

        public void testCountMatches2()
      • testIndicesOf

        public void testIndicesOf()
      • testIndicesOf2

        public void testIndicesOf2()
      • testIsNullOrEmpty

        public void testIsNullOrEmpty()
      • testIsNullOrEmptyEmptyString

        public void testIsNullOrEmptyEmptyString()
      • testIsNullOrEmptyNullString

        public void testIsNullOrEmptyNullString()
      • testIsNullOrBlank

        public void testIsNullOrBlank()
      • testIsNullOrBlankBlankString

        public void testIsNullOrBlankBlankString()
      • testIsNullOrBlankEmptyString

        public void testIsNullOrBlankEmptyString()
      • testIsNullOrBlankNullString

        public void testIsNullOrBlankNullString()
      • testRemoveAll

        public void testRemoveAll()
      • testRemoveAllEmptyString

        public void testRemoveAllEmptyString()
      • testRemoveAllOnNull

        public void testRemoveAllOnNull()
      • testRemoveAllEmptyCollection

        public void testRemoveAllEmptyCollection()
      • testRemoveAllNullCollection

        public void testRemoveAllNullCollection()
      • testReplaceAll

        public void testReplaceAll()
      • testReplaceAllEmptyString

        public void testReplaceAllEmptyString()
      • testReplaceAllNullString

        public void testReplaceAllNullString()
      • testReplaceAllEmptyCollection

        public void testReplaceAllEmptyCollection()
      • testReplaceAllNullCollection

        public void testReplaceAllNullCollection()