groovy.xml
Class FactorySupportTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by groovy.xml.FactorySupportTest
All Implemented Interfaces:
junit.framework.Test

public class FactorySupportTest
extends junit.framework.TestCase


Constructor Summary
FactorySupportTest()
           
 
Method Summary
 void testCreatesFactories()
           
 void testOtherExceptionsWrappedAsUnchecked()
           
 void testParserConfigurationExceptionNotWrapped()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactorySupportTest

public FactorySupportTest()
Method Detail

testCreatesFactories

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

testParserConfigurationExceptionNotWrapped

public void testParserConfigurationExceptionNotWrapped()
                                                throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException

testOtherExceptionsWrappedAsUnchecked

public void testOtherExceptionsWrappedAsUnchecked()
                                           throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException