Uses of Interface
com.eviware.soapui.model.testsuite.TestCase

Packages that use TestCase
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
 

Uses of TestCase in com.eviware.soapui.impl.wsdl
 

Classes in com.eviware.soapui.impl.wsdl that implement TestCase
 class WsdlTestCase
          TestCase implementation for WSDL projects
 

Methods in com.eviware.soapui.impl.wsdl that return TestCase
 TestCase WsdlTestStep.getTestCase()
           
 TestCase WsdlTestRunner.getTestCase()
           
 TestCase WsdlTestSuite.getTestCaseAt(int index)
           
 

Uses of TestCase in com.eviware.soapui.impl.wsdl.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return TestCase
 TestCase WsdlTestRequest.getTestCase()
           
 

Uses of TestCase in com.eviware.soapui.model.support
 

Methods in com.eviware.soapui.model.support with parameters of type TestCase
 void TestSuiteListenerAdapter.testCaseAdded(TestCase testCase)
           
 void TestSuiteListenerAdapter.testCaseRemoved(TestCase testCase)
           
 

Uses of TestCase in com.eviware.soapui.model.testsuite
 

Methods in com.eviware.soapui.model.testsuite that return TestCase
 TestCase TestStep.getTestCase()
           
 TestCase TestRunner.getTestCase()
           
 TestCase TestSuite.getTestCaseAt(int index)
           
 

Methods in com.eviware.soapui.model.testsuite with parameters of type TestCase
 void TestSuiteListener.testCaseAdded(TestCase testCase)
           
 void TestSuiteListener.testCaseRemoved(TestCase testCase)
           
 

Uses of TestCase in com.eviware.soapui.model.tree.nodes
 

Methods in com.eviware.soapui.model.tree.nodes that return TestCase
 TestCase TestCaseTreeNode.getTestCase()
           
 

Constructors in com.eviware.soapui.model.tree.nodes with parameters of type TestCase
TestCaseTreeNode(TestCase testCase)
           
 



Copyright © 2005 eviware.com. All Rights Reserved.