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.mock   
com.eviware.soapui.impl.wsdl.panels.support Support classes for panels 
com.eviware.soapui.impl.wsdl.panels.teststeps.support WsdlTestStep panel support classes 
com.eviware.soapui.impl.wsdl.testcase WSDL implementations of TestCase-related interfaces 
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 
com.eviware.soapui.monitor The soapui TestMonitor and related classes/interfaces 
 

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

Methods in com.eviware.soapui.impl.wsdl with parameters of type TestCase
 int WsdlTestSuite.getTestCaseIndex(TestCase testCase)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.mock that return TestCase
 TestCase WsdlMockRunContext.getTestCase()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.support that return TestCase
 TestCase MockTestRunner.getTestCase()
           
 TestCase MockTestRunContext.getTestCase()
           
 

Constructors in com.eviware.soapui.impl.wsdl.panels.support with parameters of type TestCase
TestRunComponentEnabler(TestCase testCase)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.panels.teststeps.support with parameters of type TestCase
GotoTestStepsComboBoxModel(TestCase testCase, WsdlGotoTestStep.GotoCondition condition)
           
 

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

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

Methods in com.eviware.soapui.impl.wsdl.testcase that return TestCase
 TestCase WsdlTestRunContext.getTestCase()
           
 TestCase WsdlTestCaseRunner.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()
          Gets the TestCase being run
 TestCase TestRunContext.getTestCase()
           
 TestCase LoadTest.getTestCase()
           
 TestCase TestSuite.getTestCaseAt(int index)
           
 TestCase TestSuite.getTestCaseByName(java.lang.String testCaseName)
           
 

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, SoapUITreeModel treeModel)
           
 

Uses of TestCase in com.eviware.soapui.monitor
 

Methods in com.eviware.soapui.monitor with parameters of type TestCase
 boolean TestMonitor.hasRunningLoadTest(TestCase testCase)
           
 boolean TestMonitor.hasRunningTest(TestCase testCase)
           
 boolean TestMonitor.hasRunningTestCase(TestCase testCase)
           
 



Copyright © 2005-2007 eviware.com. All Rights Reserved.