Class StringUtilsTest
java.lang.Object
test.de.iip_ecosphere.platform.support.StringUtilsTest
Tests
StringUtils.- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classJust som data to be emitted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTestsStringUtils.isBlank(CharSequence)andStringUtils.isEmpty(CharSequence).voidtestRest()Tests remaining functions, on this level without functionality.voidTestsStringUtils.toTokenArray(StringTokenizer)andStringUtils.toTokenList(StringTokenizer).voidTestsStringUtils.toString(Object)andStringUtils.toStringShortStyle(Object).
-
Constructor Details
-
StringUtilsTest
public StringUtilsTest()
-
-
Method Details
-
testIsEmptyBlank
public void testIsEmptyBlank()TestsStringUtils.isBlank(CharSequence)andStringUtils.isEmpty(CharSequence). -
testToString
public void testToString()TestsStringUtils.toString(Object)andStringUtils.toStringShortStyle(Object). -
testTokens
public void testTokens()TestsStringUtils.toTokenArray(StringTokenizer)andStringUtils.toTokenList(StringTokenizer). -
testRest
public void testRest()Tests remaining functions, on this level without functionality.
-