|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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()
|
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()
|
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 |
JTestCaseList.TestCaseListPanel.getTestCase()
|
Methods in com.eviware.soapui.impl.wsdl.panels.testsuite with parameters of type TestCase | |
---|---|
protected JTestCaseList.TestCaseListPanel |
JTestCaseList.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()
|
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 | |
---|---|
boolean |
TestMonitor.hasRunningLoadTest(TestCase testCase)
|
boolean |
TestMonitor.hasRunningTest(TestCase testCase)
|
boolean |
TestMonitor.hasRunningTestCase(TestCase testCase)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |