uk.ac.soton.ecs.grimoires.test.wsdl
Class BusinessLogicTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byuk.ac.soton.ecs.grimoires.test.wsdl.BusinessLogicTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
WebServiceTestCase

public class BusinessLogicTestCase
extends junit.framework.TestCase

Author:
wf TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
protected  WSDL wsdl
           
 
Constructor Summary
BusinessLogicTestCase(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void test01addWSDLFileAdvert()
           
 void test02updateWSDLFile()
           
 void test03getWSDLFile()
           
 void test04findInterfaceByOperation()
           
 void test05findServiceByWSDL()
           
 void testNotificationStyleOperation()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

wsdl

protected WSDL wsdl
Constructor Detail

BusinessLogicTestCase

public BusinessLogicTestCase(String name)
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

test01addWSDLFileAdvert

public void test01addWSDLFileAdvert()
                             throws Exception
Throws:
Exception

test02updateWSDLFile

public void test02updateWSDLFile()
                          throws Exception
Throws:
Exception

test03getWSDLFile

public void test03getWSDLFile()
                       throws Exception
Throws:
Exception

test04findInterfaceByOperation

public void test04findInterfaceByOperation()
                                    throws Exception
Throws:
Exception

test05findServiceByWSDL

public void test05findServiceByWSDL()
                             throws Exception
Throws:
Exception

testNotificationStyleOperation

public void testNotificationStyleOperation()
                                    throws Exception
Throws:
Exception