org.apache.commons.configuration
Class TestThreesomeConfiguration

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

public class TestThreesomeConfiguration
extends Object

A base class for testing BasePropertiesConfiguration extensions.

Version:
$Id: TestThreesomeConfiguration.java 1225021 2011-12-27 21:23:22Z oheger $

Field Summary
protected  Configuration conf
           
 
Constructor Summary
TestThreesomeConfiguration()
           
 
Method Summary
 void setUp()
           
 void testList1()
           
 void testList2()
           
 void testList3()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conf

protected Configuration conf
Constructor Detail

TestThreesomeConfiguration

public TestThreesomeConfiguration()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testList1

public void testList1()
               throws Exception
Throws:
Exception

testList2

public void testList2()
               throws Exception
Throws:
Exception

testList3

public void testList3()
               throws Exception
Throws:
Exception


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