org.apache.commons.configuration
Class TestBaseConfigurationXMLReader

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.configuration.TestBaseConfigurationXMLReader
All Implemented Interfaces:
junit.framework.Test

public class TestBaseConfigurationXMLReader
extends junit.framework.TestCase

Test class for BaseConfigurationXMLReader.

Version:
$Id: TestBaseConfigurationXMLReader.java 439648 2006-09-02 20:42:10Z oheger $

Constructor Summary
TestBaseConfigurationXMLReader()
           
 
Method Summary
protected  void setUp()
           
 void testParse()
           
 void testParseIOException()
           
 void testParseSAXException()
           
 void testSetRootName()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestBaseConfigurationXMLReader

public TestBaseConfigurationXMLReader()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testParse

public void testParse()
               throws java.lang.Exception
Throws:
java.lang.Exception

testParseSAXException

public void testParseSAXException()
                           throws java.io.IOException
Throws:
java.io.IOException

testParseIOException

public void testParseIOException()
                          throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

testSetRootName

public void testSetRootName()
                     throws java.lang.Exception
Throws:
java.lang.Exception


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