org.jboss.test.xml
Class RARTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.xml.RARTestCase

public class RARTestCase
extends TestCase

Test the unmarshalling of ra.xml files

See Also:
Serialized Form

Constructor Summary
RARTestCase(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
 void testRARwithDTD()
          Test if we can unmarshal a ra.xml with DTD
 void testRARwithoutDTD()
          Test if we can unmarshal a ra.xml without DTD
 void testRARwithSchema()
          Test if we can unmarshal a ra.xml with DTD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RARTestCase

public RARTestCase(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testRARwithoutDTD

public void testRARwithoutDTD()
                       throws java.lang.Exception
Test if we can unmarshal a ra.xml without DTD

Throws:
java.lang.Exception

testRARwithDTD

public void testRARwithDTD()
                    throws java.lang.Exception
Test if we can unmarshal a ra.xml with DTD

Throws:
java.lang.Exception

testRARwithSchema

public void testRARwithSchema()
                       throws java.lang.Exception
Test if we can unmarshal a ra.xml with DTD

Throws:
java.lang.Exception