org.apache.commons.configuration
Class NonStringTestHolder

java.lang.Object
  extended by org.apache.commons.configuration.NonStringTestHolder

public class NonStringTestHolder
extends Object

Pulling out the calls to do the tests so both JUnit and Cactus tests can share.

Version:
$Id: NonStringTestHolder.java 1302002 2012-03-17 20:43:46Z sebb $

Constructor Summary
NonStringTestHolder()
           
 
Method Summary
 void setConfiguration(Configuration configuration)
           
 void testBoolean()
           
 void testBooleanDefaultValue()
           
 void testByte()
           
 void testDouble()
           
 void testDoubleDefaultValue()
           
 void testFloat()
           
 void testFloatDefaultValue()
           
 void testInteger()
           
 void testIntegerDefaultValue()
           
 void testIsEmpty()
           
 void testListMissing()
           
 void testLong()
           
 void testLongDefaultValue()
           
 void testShort()
           
 void testShortDefaultValue()
           
 void testSubset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonStringTestHolder

public NonStringTestHolder()
Method Detail

setConfiguration

public void setConfiguration(Configuration configuration)

testBoolean

public void testBoolean()
                 throws Exception
Throws:
Exception

testBooleanDefaultValue

public void testBooleanDefaultValue()
                             throws Exception
Throws:
Exception

testByte

public void testByte()
              throws Exception
Throws:
Exception

testDouble

public void testDouble()
                throws Exception
Throws:
Exception

testDoubleDefaultValue

public void testDoubleDefaultValue()
                            throws Exception
Throws:
Exception

testFloat

public void testFloat()
               throws Exception
Throws:
Exception

testFloatDefaultValue

public void testFloatDefaultValue()
                           throws Exception
Throws:
Exception

testInteger

public void testInteger()
                 throws Exception
Throws:
Exception

testIntegerDefaultValue

public void testIntegerDefaultValue()
                             throws Exception
Throws:
Exception

testLong

public void testLong()
              throws Exception
Throws:
Exception

testLongDefaultValue

public void testLongDefaultValue()
                          throws Exception
Throws:
Exception

testShort

public void testShort()
               throws Exception
Throws:
Exception

testShortDefaultValue

public void testShortDefaultValue()
                           throws Exception
Throws:
Exception

testListMissing

public void testListMissing()
                     throws Exception
Throws:
Exception

testSubset

public void testSubset()
                throws Exception
Throws:
Exception

testIsEmpty

public void testIsEmpty()
                 throws Exception
Throws:
Exception


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.