org.biomoby.client.taverna.plugin
Class XMLUtilitiesTest

java.lang.Object
  extended by org.biomoby.client.taverna.plugin.XMLUtilitiesTest

public class XMLUtilitiesTest
extends java.lang.Object


Constructor Summary
XMLUtilitiesTest()
           
 
Method Summary
 void testCreateMobyDataElementWrapper()
           
 void testCreateMultipleInvokations()
           
 void testGetAllSimplesByArticleName()
           
 void testGetCollection()
           
 void testGetDOMDocument()
           
 void testGetListOfCollections()
           
 void testGetListOfSimples()
           
 void testGetQueryID()
           
 void testGetSimple()
           
 void testGetSimplesFromCollection()
           
 void testGetSingleInvokationsFromMultipleInvokations()
           
 void testGetWrappedCollection()
           
 void testGetWrappedSimple()
           
 void testGetWrappedSimplesFromCollection()
           
 void testIsCollection()
           
 void testIsEmpty()
           
 void testIsMultipleInvocationMessage()
           
 void testIsThereData()
           
 void testIsWrapped()
           
 void testMergeCollections()
           
 void testRenameCollection()
           
 void testRenameSimple()
           
 void testSetQueryID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtilitiesTest

public XMLUtilitiesTest()
Method Detail

testIsMultipleInvocationMessage

public void testIsMultipleInvocationMessage()

testGetListOfSimples

public void testGetListOfSimples()

testGetListOfCollections

public void testGetListOfCollections()

testGetSimple

public void testGetSimple()

testGetQueryID

public void testGetQueryID()

testSetQueryID

public void testSetQueryID()

testGetWrappedSimple

public void testGetWrappedSimple()

testGetCollection

public void testGetCollection()

testGetWrappedCollection

public void testGetWrappedCollection()

testGetSimplesFromCollection

public void testGetSimplesFromCollection()

testGetAllSimplesByArticleName

public void testGetAllSimplesByArticleName()

testGetWrappedSimplesFromCollection

public void testGetWrappedSimplesFromCollection()

testGetSingleInvokationsFromMultipleInvokations

public void testGetSingleInvokationsFromMultipleInvokations()

testGetDOMDocument

public void testGetDOMDocument()

testRenameCollection

public void testRenameCollection()

testRenameSimple

public void testRenameSimple()

testCreateMobyDataElementWrapper

public void testCreateMobyDataElementWrapper()

testCreateMultipleInvokations

public void testCreateMultipleInvokations()

testIsWrapped

public void testIsWrapped()

testIsCollection

public void testIsCollection()

testIsEmpty

public void testIsEmpty()

testMergeCollections

public void testMergeCollections()

testIsThereData

public void testIsThereData()