uk.ac.soton.ecs.grimoires.test.uddiv2
Class WebServiceTestCase

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

public class WebServiceTestCase
extends BusinessLogicTestCase

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

Field Summary
static String inquireEndpoint
           
static String inquireMetadataEndpoint
           
static String inquireUDDIMetadataEndpoint
           
static String publishEndpoint
           
static String publishMetadataEndpoint
           
static String wsdlEndpoint
           
 
Fields inherited from class uk.ac.soton.ecs.grimoires.test.uddiv2.BusinessLogicTestCase
AUTHINFO, GENERAL_KEYWORDS_TMODEL_KEY, GENERIC, inquireImpl, inquireMetadataImpl, inquireUDDIMetadataImpl, KEY_NAME, keyList, publishImpl, publishMetadataImpl, wsdl, WSDL_SPEC_CB
 
Constructor Summary
WebServiceTestCase(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
 
Methods inherited from class uk.ac.soton.ecs.grimoires.test.uddiv2.BusinessLogicTestCase
chooseTModel, getServiceNumber, tearDown, test0010SimpleBusiness, test0020ComplexBusiness, test0030TModel, test0040Service, test0041Get_ServiceDetail, test0042FindServiceByInterface, test0101SaveService, test0102GetService, test0103DeleteService, test0111SaveServiceWithMetadata, test0112GetServiceByMetadata, test0121SaveService, test0122GetService, test0200MetadataTriples, test0201MetadataURI, test0300LifetimeBusiness, test0301LifetimeBusiness, test0400AttachMetadataToMessagePart, test0500SaveBindingTemplate, testGetServiceWithGeneralKeywords, testSaveServiceWithGeneralKeywords
 
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

inquireUDDIMetadataEndpoint

public static final String inquireUDDIMetadataEndpoint
See Also:
Constant Field Values

publishMetadataEndpoint

public static final String publishMetadataEndpoint
See Also:
Constant Field Values

inquireMetadataEndpoint

public static final String inquireMetadataEndpoint
See Also:
Constant Field Values

wsdlEndpoint

public static final String wsdlEndpoint
See Also:
Constant Field Values

inquireEndpoint

public static final String inquireEndpoint
See Also:
Constant Field Values

publishEndpoint

public static final String publishEndpoint
See Also:
Constant Field Values
Constructor Detail

WebServiceTestCase

public WebServiceTestCase(String name)
Parameters:
name -
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class BusinessLogicTestCase
Throws:
Exception

main

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