uk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen
Class GrimoiresTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byuk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen.GrimoiresTestCase
All Implemented Interfaces:
junit.framework.Test

public class GrimoiresTestCase
extends junit.framework.TestCase


Constructor Summary
GrimoiresTestCase(String name)
           
 
Method Summary
 void test10wsdlGetOutputMessageOfOperation()
           
 void test11wsdlGetFaultMessageOfOperation()
           
 void test12wsdlFindInterfaceByOperation()
           
 void test13wsdlFindOperationByMessagePart()
           
 void test1wsdlAddWSDLFileAdvert()
           
 void test2wsdlAddWSDLFile()
           
 void test3wsdlGetWSDLAdvertContent()
           
 void test4wsdlGetWSDLAdvertContentByURL()
           
 void test5wsdlRemoveWSDLFile()
           
 void test6wsdlFindServicesByInterface()
           
 void test7wsdlGetAllWSDLFiles()
           
 void test8wsdlGetOperationsByURL()
           
 void test9wsdlGetInputMessageOfOperation()
           
 void testwsdlWSDL()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

GrimoiresTestCase

public GrimoiresTestCase(String name)
Method Detail

testwsdlWSDL

public void testwsdlWSDL()
                  throws Exception
Throws:
Exception

test1wsdlAddWSDLFileAdvert

public void test1wsdlAddWSDLFileAdvert()
                                throws Exception
Throws:
Exception

test2wsdlAddWSDLFile

public void test2wsdlAddWSDLFile()
                          throws Exception
Throws:
Exception

test3wsdlGetWSDLAdvertContent

public void test3wsdlGetWSDLAdvertContent()
                                   throws Exception
Throws:
Exception

test4wsdlGetWSDLAdvertContentByURL

public void test4wsdlGetWSDLAdvertContentByURL()
                                        throws Exception
Throws:
Exception

test5wsdlRemoveWSDLFile

public void test5wsdlRemoveWSDLFile()
                             throws Exception
Throws:
Exception

test6wsdlFindServicesByInterface

public void test6wsdlFindServicesByInterface()
                                      throws Exception
Throws:
Exception

test7wsdlGetAllWSDLFiles

public void test7wsdlGetAllWSDLFiles()
                              throws Exception
Throws:
Exception

test8wsdlGetOperationsByURL

public void test8wsdlGetOperationsByURL()
                                 throws Exception
Throws:
Exception

test9wsdlGetInputMessageOfOperation

public void test9wsdlGetInputMessageOfOperation()
                                         throws Exception
Throws:
Exception

test10wsdlGetOutputMessageOfOperation

public void test10wsdlGetOutputMessageOfOperation()
                                           throws Exception
Throws:
Exception

test11wsdlGetFaultMessageOfOperation

public void test11wsdlGetFaultMessageOfOperation()
                                          throws Exception
Throws:
Exception

test12wsdlFindInterfaceByOperation

public void test12wsdlFindInterfaceByOperation()
                                        throws Exception
Throws:
Exception

test13wsdlFindOperationByMessagePart

public void test13wsdlFindOperationByMessagePart()
                                          throws Exception
Throws:
Exception