org.picocontainer.script
Class StringConversionsTestCase

java.lang.Object
  extended by org.picocontainer.script.StringConversionsTestCase

public final class StringConversionsTestCase
extends Object


Constructor Summary
StringConversionsTestCase()
           
 
Method Summary
 void testConversionToBooleanUsingBestGuess()
           
 void testConversionToInts()
           
 void testConversionToLong()
           
 void testConversionToString()
           
 void testCustomConversionsCanBeRegistered()
           
 void testDodgyFormatThrowExceptions()
           
 void testExceptionThrownIfConverterNotRegistered()
           
 void testNullsMapToDefaultValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringConversionsTestCase

public StringConversionsTestCase()
Method Detail

testConversionToString

public void testConversionToString()

testConversionToInts

public void testConversionToInts()

testConversionToLong

public void testConversionToLong()

testConversionToBooleanUsingBestGuess

public void testConversionToBooleanUsingBestGuess()

testCustomConversionsCanBeRegistered

public void testCustomConversionsCanBeRegistered()

testNullsMapToDefaultValues

public void testNullsMapToDefaultValues()

testExceptionThrownIfConverterNotRegistered

public void testExceptionThrownIfConverterNotRegistered()

testDodgyFormatThrowExceptions

public void testDodgyFormatThrowExceptions()


Copyright © 2003-2010 Codehaus. All Rights Reserved.