be.objectify.led.util
Class StringUtilsTest
java.lang.Object
be.objectify.led.util.StringUtilsTest
public class StringUtilsTest
- extends Object
Test cases for StringUtils.
- Author:
- Steve Chaloner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtilsTest
public StringUtilsTest()
testIsEmpty_nullString
public void testIsEmpty_nullString()
testIsEmpty_zeroLengthString
public void testIsEmpty_zeroLengthString()
testIsEmpty_emptyString
public void testIsEmpty_emptyString()
testIsEmpty_tab
public void testIsEmpty_tab()
testIsEmpty_lineFeed
public void testIsEmpty_lineFeed()
testIsEmpty_carriageReturn
public void testIsEmpty_carriageReturn()
testIsEmpty_variousWhitespaceCharacters
public void testIsEmpty_variousWhitespaceCharacters()
testIsEmpty_populatedString
public void testIsEmpty_populatedString()
Copyright © 2010 Objectify. All Rights Reserved.