apollo.test
Class TestTransactions

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by apollo.test.ApolloTest
              extended by apollo.test.TestTransactions
All Implemented Interfaces:
junit.framework.Test

public class TestTransactions
extends ApolloTest

Author:
wgm This is testing chado trasaction xml writing, and xort validating and xort commiting of chado trans. this should be renamed TestChadoXmlTransactions. this does not test out jdbc. from curation set from ApolloTest, gets its transactions and writes out chado transaction xml. then validates chado xml there is code to then commit to db but it is commented out chado trans get written to the file /home/wgm/xort/FB_XORT/chadoOutput.xml

Field Summary
 
Fields inherited from class apollo.test.ApolloTest
curationSet, ROOT
 
Constructor Summary
TestTransactions(java.lang.String name)
           
 
Method Summary
 void testChadoTransactions()
           
 
Methods inherited from class apollo.test.ApolloTest
setUp
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestTransactions

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

testChadoTransactions

public void testChadoTransactions()