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 WsdlMockService-related classes 
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.panels.testsuite WsdlTestSuite panel 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.model.tree.nodes.support TreeNode utilities 
com.eviware.soapui.monitor The soapui TestMonitor and related classes/interfaces 
com.eviware.soapui.tools SoapUI command-line tools 
 

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

Methods in com.eviware.soapui.impl.wsdl that return types with arguments of type TestCase
 java.util.List<TestCase> WsdlTestSuite.getTestCaseList()
           
 java.util.Map<java.lang.String,TestCase> WsdlTestSuite.getTestCases()
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type TestCase
 int WsdlTestSuite.getIndexOfTestCase(TestCase 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()
           
 

Methods in com.eviware.soapui.impl.wsdl.mock with parameters of type TestCase
static MockRunnerManager MockRunnerManagerImpl.getInstance(TestCase testCase)
           
 

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.panels.testsuite
 

Methods in com.eviware.soapui.impl.wsdl.panels.testsuite that return TestCase
protected  TestCase JTestSuiteTestCaseList.TestCaseListPanel.getTestCase()
           
 

Methods in com.eviware.soapui.impl.wsdl.panels.testsuite with parameters of type TestCase
protected  void WsdlTestSuiteDesktopPanel.TestSuiteRunner.afterTestCase(TestCase testCase, TestRunner runner)
           
protected  void WsdlTestSuiteDesktopPanel.TestSuiteRunner.beforeTestCase(TestCase testCase)
           
protected  JTestSuiteTestCaseList.TestCaseListPanel JTestSuiteTestCaseList.createTestCaseListPanel(TestCase testCase)
           
 

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()
           
 TestCase WsdlTestScenario.getTestCaseAt(int index)
           
 

Methods in com.eviware.soapui.impl.wsdl.testcase that return types with arguments of type TestCase
protected  java.util.List<TestCase> WsdlTestScenario.getTestCaseList()
           
 

Methods in com.eviware.soapui.impl.wsdl.testcase with parameters of type TestCase
 void WsdlTestScenario.addTestCase(TestCase testCase)
           
protected  void WsdlTestScenario.afterTestCase(TestCase testCase, TestRunner runner)
           
 void TestScenarioListener.afterTestCase(TestCase testCase, TestRunner runner)
           
protected  void WsdlTestScenario.beforeTestCase(TestCase testCase)
           
 void TestScenarioListener.beforeTestCase(TestCase testCase)
           
 void WsdlTestScenario.removeTestCase(TestCase testCase)
           
 

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

Methods in com.eviware.soapui.model.support with parameters of type TestCase
 void AbstractSubmitContext.setProperty(java.lang.String name, java.lang.Object value, TestCase testCase)
           
 void TestSuiteListenerAdapter.testCaseAdded(TestCase testCase)
           
 void TestSuiteListenerAdapter.testCaseMoved(TestCase testCase, int index, int offset)
           
 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 that return types with arguments of type TestCase
 java.util.List<TestCase> TestSuite.getTestCaseList()
           
 

Methods in com.eviware.soapui.model.testsuite with parameters of type TestCase
 int TestSuite.getIndexOfTestCase(TestCase testCase)
           
 void TestSuiteListener.testCaseAdded(TestCase testCase)
           
 void TestSuiteListener.testCaseMoved(TestCase testCase, int index, int offset)
           
 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.model.tree.nodes.support
 

Methods in com.eviware.soapui.model.tree.nodes.support with parameters of type TestCase
 void WsdlTestStepsModelItem.InternalTestSuiteListener.testCaseRemoved(TestCase testCase)
           
 void WsdlLoadTestsModelItem.InternalTestSuiteListener.testCaseRemoved(TestCase testCase)
           
 

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

Uses of TestCase in com.eviware.soapui.monitor
 

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

Uses of TestCase in com.eviware.soapui.tools
 

Methods in com.eviware.soapui.tools with parameters of type TestCase
protected  void SoapUITestCaseRunner.addListeners(TestCase tc)
           
 



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