Home
last modified time | relevance | path

Searched refs:ServiceTestCase (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/test/wsdl2py/
H A DServiceTest.py114 class ServiceTestCase(unittest.TestCase): class
263 ServiceTestCase._wsdl[url] = True
266 ServiceTestCase._wsdl[url] = False
278 ServiceTestCase._wsdl[url] = True
302 status = ServiceTestCase._wsdl.get(self.url)
333 if ServiceTestCase._process is not None:
341 if ServiceTestCase._lastToDispatch == expath:
345 ServiceTestCase.CleanUp()
347 ServiceTestCase._lastToDispatch = expath
348 ServiceTestCase._process = \
[all …]
H A Dtest_Manufacturer.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
41 class TestCase(ServiceTestCase):
48 ServiceTestCase.__init__(self, methodName)
H A Dtest_InfoBil.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
41 class TestCase(ServiceTestCase):
48 ServiceTestCase.__init__(self, methodName)
H A Dtest_WSDLImport.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
48 class WSDLImportTestCase(ServiceTestCase):
53 ServiceTestCase.__init__(self, methodName)
H A Dtest_ThreatService.py8 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
43 class HomelandTestCase(ServiceTestCase):
52 ServiceTestCase.__init__(self, methodName)
H A Dtest_FinancialService.py10 from ServiceTest import main, ServiceTestCase, ServiceTestSuite, TestException
47 class Test(ServiceTestCase):
56 ServiceTestCase.__init__(self, methodName)
H A Dtest_Choice.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
45 class ChoiceTestCase(ServiceTestCase):
50 ServiceTestCase.__init__(self, methodName)
H A Dtest_Echo.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
41 class EchoTestCase(ServiceTestCase):
48 ServiceTestCase.__init__(self, methodName)
H A Dtest_MapPoint.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
41 class MapPointTest(ServiceTestCase):
51 ServiceTestCase.__init__(self, methodName)
H A Dtest_Sabre.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
42 class ServiceTest(ServiceTestCase):
52 ServiceTestCase.__init__(self, methodName)
H A Dtest_SquareService.py10 from ServiceTest import main, ServiceTestCase, ServiceTestSuite, TestException
47 class Test(ServiceTestCase):
56 ServiceTestCase.__init__(self, methodName)
H A Dtest_VIM.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
41 class VIMTestCase(ServiceTestCase):
48 ServiceTestCase.__init__(self, methodName)
H A Dtest_WhiteMesa.py8 from ServiceTest import main, ServiceTestCase, ServiceTestSuite, TestException
42 class WhiteMesaTest(ServiceTestCase):
51 ServiceTestCase.__init__(self, methodName)
H A Dtest_Clearspace.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
48 class BlogServiceTest(ServiceTestCase):
69 ServiceTestCase.__init__(self, methodName)
H A Dtest_AmazonS3.py8 from ServiceTest import main, ServiceTestCase, ServiceTestSuite, TestException
44 class AmazonTestCase(ServiceTestCase):
53 ServiceTestCase.__init__(self, methodName)
H A Dtest_OpcDaGateway.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
42 class OPCServiceTest(ServiceTestCase):
60 ServiceTestCase.__init__(self, methodName)
H A Dtest_Racing.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
41 class TestCase(ServiceTestCase):
48 ServiceTestCase.__init__(self, methodName)
H A Dtest_SubstitutionGroup.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
46 class SubstitutionGroupTestCase(ServiceTestCase):
51 ServiceTestCase.__init__(self, methodName)
H A Dtest_DateService.py8 from ServiceTest import main, ServiceTestCase, ServiceTestSuite, TestException
45 class Test(ServiceTestCase):
54 ServiceTestCase.__init__(self, methodName)
H A Dtest_EchoWSAddr200403.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
43 class EchoTestCase(ServiceTestCase):
50 ServiceTestCase.__init__(self, methodName)
54 kw = ServiceTestCase.getPortKWArgs(self)
H A Dtest_GoogleAdWords.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
41 class TrafficEstimatorServiceTest(ServiceTestCase):
60 ServiceTestCase.__init__(self, methodName)
H A Dtest_XMethodsQuery.py8 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
42 class XMethodsQueryTest(ServiceTestCase):
51 ServiceTestCase.__init__(self, methodName)
H A Dtest_NVOAdmin.py7 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
59 class NVOAdmin(ServiceTestCase):
69 ServiceTestCase.__init__(self, methodName)
H A Dtest_BasicComm.py4 from ServiceTest import main, ServiceTestCase, ServiceTestSuite
44 class BasicCommTestCase(ServiceTestCase):
51 ServiceTestCase.__init__(self, methodName)
H A Dtest_AWSECommerceService.py9 from ServiceTest import main, ServiceTestCase, ServiceTestSuite, TestException
47 class AmazonTestCase(ServiceTestCase):
56 ServiceTestCase.__init__(self, methodName)

12