org.apache.torque.generator.outlet.java
Class XmlOutletTest

java.lang.Object
  extended by org.apache.torque.generator.outlet.java.XmlOutletTest

public class XmlOutletTest
extends Object

Component tests for the XmlOutlet.


Constructor Summary
XmlOutletTest()
           
 
Method Summary
 void testXmlOutlet()
          A basic test for the XML Outlet, where no id attributes are created.
 void testXmlOutletCreateIdAttributes()
          A basic test for the XML Outlet, where id attributes are created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlOutletTest

public XmlOutletTest()
Method Detail

testXmlOutlet

public void testXmlOutlet()
                   throws Exception
A basic test for the XML Outlet, where no id attributes are created.

Throws:
Exception - if an error occurs.

testXmlOutletCreateIdAttributes

public void testXmlOutletCreateIdAttributes()
                                     throws Exception
A basic test for the XML Outlet, where id attributes are created.

Throws:
Exception - if an error occurs.


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