net.sf.jagzilla.hibernate
Class XmlBaseTest

java.lang.Object
  extended byjunit.framework.TestCase
      extended bynet.sf.jagzilla.hibernate.XmlBaseTest
All Implemented Interfaces:
XmlObjectTest
Direct Known Subclasses:
XmlAttachmentTest, XmlAttachStatusDefTest, XmlAttachStatusTest, XmlBugActivityTest, XmlBugTest, XmlCcTest, XmlComponentTest, XmlDependencyTest, XmlDuplicateTest, XmlFieldDefTest, XmlGroupTest, XmlKeywordDefTest, XmlKeywordTest, XmlLoginCookieTest, XmlLongDescTest, XmlMilestoneTest, XmlNamedQueryTest, XmlProductTest, XmlProfileActivityTest, XmlProfileTest, XmlShadowLogTest, XmlTokenTest, XmlVersionTest, XmlVoteTest, XmlWatchTest

public abstract class XmlBaseTest
extends junit.framework.TestCase
implements XmlObjectTest

Author:
mike To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Constructor Summary
XmlBaseTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
protected  void testXmlSerialization(XmlObject write, XmlObject read)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jagzilla.hibernate.XmlObjectTest
testXmlSerialization
 

Constructor Detail

XmlBaseTest

public XmlBaseTest()
Method Detail

setUp

public void setUp()

tearDown

public void tearDown()
              throws HibernateException
Throws:
HibernateException

testXmlSerialization

protected void testXmlSerialization(XmlObject write,
                                    XmlObject read)


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.