|
||||||||||
| 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.project | WsdlProject related panel 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.report | Classes for creating JUnit-reports |
| 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.project |
|---|
| Methods in com.eviware.soapui.impl.wsdl.panels.project with parameters of type TestCase | |
|---|---|
void |
TestRunLogTestSuiteRunListener.beforeTestCase(TestSuiteRunner testRunner,
TestSuiteRunContext runContext,
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 |
MockTestSuiteRunContext.getCurrentTestCase()
|
TestCase |
MockTestRunContext.getTestCase()
|
| Methods in com.eviware.soapui.impl.wsdl.panels.support with parameters of type TestCase | |
|---|---|
void |
ProgressBarTestSuiteAdapter.InternalTestSuiteRunListener.beforeTestCase(TestSuiteRunner testRunner,
TestSuiteRunContext runContext,
TestCase testCase)
|
| 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 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 |
WsdlTestSuiteRunContext.getCurrentTestCase()
|
TestCase |
WsdlTestRunContext.getTestCase()
|
| Uses of TestCase in com.eviware.soapui.model.support |
|---|
| Methods in com.eviware.soapui.model.support with parameters of type TestCase | |
|---|---|
void |
TestSuiteRunListenerAdapter.beforeTestCase(TestSuiteRunner testRunner,
TestSuiteRunContext runContext,
TestCase 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 |
TestSuiteRunContext.getCurrentTestCase()
|
TestCase |
TestStep.getTestCase()
|
TestCase |
TestCaseRunner.getTestCase()
Gets the TestCase being run |
TestCase |
TestCaseRunContext.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 | |
|---|---|
void |
TestSuiteRunListener.beforeTestCase(TestSuiteRunner testRunner,
TestSuiteRunContext runContext,
TestCase 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)
|
void |
SecurityTestsModelItem.InternalTestSuiteListener.testCaseRemoved(TestCase testCase)
|
| Constructors in com.eviware.soapui.model.tree.nodes.support with parameters of type TestCase | |
|---|---|
SecurityTestsModelItem(TestCase 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.hasRunningSecurityTest(TestCase testCase)
|
boolean |
TestMonitor.hasRunningTest(TestCase testCase)
|
boolean |
TestMonitor.hasRunningTestCase(TestCase testCase)
|
| Uses of TestCase in com.eviware.soapui.report |
|---|
| Methods in com.eviware.soapui.report with parameters of type TestCase | |
|---|---|
void |
JUnitReportCollector.beforeTestCase(TestSuiteRunner testRunner,
TestSuiteRunContext runContext,
TestCase testCase)
|
| Uses of TestCase in com.eviware.soapui.tools |
|---|
| Methods in com.eviware.soapui.tools that return types with arguments of type TestCase | |
|---|---|
java.util.List<TestCase> |
SoapUITestCaseRunner.getFailedTests()
|
| Methods in com.eviware.soapui.tools with parameters of type TestCase | |
|---|---|
protected void |
SoapUITestCaseRunner.addListeners(TestCase tc)
|
protected void |
SoapUISecurityTestRunner.addListeners(TestCase tc)
|
protected void |
SoapUITestCaseRunner.removeListeners(TestCase tc)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||