org.apache.commons.configuration
Class TestCatalogResolver

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

public class TestCatalogResolver
extends Object

Test class for CatalogResolver.

Version:
$Id: TestCatalogResolver.java 1223006 2011-12-24 19:41:41Z oheger $

Constructor Summary
TestCatalogResolver()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testDebug()
           
 void testLogger()
           
 void testPublic()
           
 void testRewriteSystem()
           
 void testSchemaResolver()
          Tests that the schema can be resolved and that XMLConfiguration will validate the file using the schema.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCatalogResolver

public TestCatalogResolver()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testPublic

public void testPublic()
                throws Exception
Throws:
Exception

testRewriteSystem

public void testRewriteSystem()
                       throws Exception
Throws:
Exception

testSchemaResolver

public void testSchemaResolver()
                        throws Exception
Tests that the schema can be resolved and that XMLConfiguration will validate the file using the schema.

Throws:
Exception

testDebug

public void testDebug()
               throws Exception
Throws:
Exception

testLogger

public void testLogger()
                throws Exception
Throws:
Exception


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