be.objectify.led.util
Class StringUtilsTest

java.lang.Object
  extended by be.objectify.led.util.StringUtilsTest

public class StringUtilsTest
extends Object

Test cases for StringUtils.

Author:
Steve Chaloner

Constructor Summary
StringUtilsTest()
           
 
Method Summary
 void testIsEmpty_carriageReturn()
           
 void testIsEmpty_emptyString()
           
 void testIsEmpty_lineFeed()
           
 void testIsEmpty_nullString()
           
 void testIsEmpty_populatedString()
           
 void testIsEmpty_tab()
           
 void testIsEmpty_variousWhitespaceCharacters()
           
 void testIsEmpty_zeroLengthString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtilsTest

public StringUtilsTest()
Method Detail

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.