org.apache.commons.configuration
Class TestBaseConfigurationXMLReader

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

public class TestBaseConfigurationXMLReader
extends Object

Test class for BaseConfigurationXMLReader.

Version:
$Id: TestBaseConfigurationXMLReader.java 1222835 2011-12-23 20:37:22Z oheger $

Constructor Summary
TestBaseConfigurationXMLReader()
           
 
Method Summary
 void setUp()
           
 void testParse()
           
 void testParseIOException()
           
 void testParseSAXException()
           
 void testSetRootName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBaseConfigurationXMLReader

public TestBaseConfigurationXMLReader()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testParse

public void testParse()
               throws Exception
Throws:
Exception

testParseSAXException

public void testParseSAXException()
                           throws IOException,
                                  SAXException
Throws:
IOException
SAXException

testParseIOException

public void testParseIOException()
                          throws SAXException,
                                 IOException
Throws:
SAXException
IOException

testSetRootName

public void testSetRootName()
                     throws Exception
Throws:
Exception


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