Class StringUtilsTest

java.lang.Object
test.de.iip_ecosphere.platform.support.StringUtilsTest

public class StringUtilsTest extends Object
Tests StringUtils.
Author:
Holger Eichelberger, SSE
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    private static class 
    Just som data to be emitted.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tests StringUtils.isBlank(CharSequence) and StringUtils.isEmpty(CharSequence).
    void
    Tests remaining functions, on this level without functionality.
    void
    Tests StringUtils.toTokenArray(StringTokenizer) and StringUtils.toTokenList(StringTokenizer).
    void
    Tests StringUtils.toString(Object) and StringUtils.toStringShortStyle(Object).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StringUtilsTest

      public StringUtilsTest()
  • Method Details

    • testIsEmptyBlank

      public void testIsEmptyBlank()
      Tests StringUtils.isBlank(CharSequence) and StringUtils.isEmpty(CharSequence).
    • testToString

      public void testToString()
      Tests StringUtils.toString(Object) and StringUtils.toStringShortStyle(Object).
    • testTokens

      public void testTokens()
      Tests StringUtils.toTokenArray(StringTokenizer) and StringUtils.toTokenList(StringTokenizer).
    • testRest

      public void testRest()
      Tests remaining functions, on this level without functionality.