Package | Description |
---|---|
com.eviware.soapui.impl.wsdl.loadtest |
LoadTest-related classes
|
com.eviware.soapui.impl.wsdl.loadtest.data |
LoadTest Data and related 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
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlLoadTest
TestCase implementation for LoadTests
|
Constructor and Description |
---|
LoadTestSamples(LoadTest loadTest) |
SamplesModel(LoadTest loadTest) |
Modifier and Type | Method and Description |
---|---|
LoadTest |
WsdlTestCase.getLoadTestByName(String loadTestName) |
Modifier and Type | Method and Description |
---|---|
List<LoadTest> |
WsdlTestCase.getLoadTestList() |
Map<String,LoadTest> |
WsdlTestCase.getLoadTests() |
Modifier and Type | Method and Description |
---|---|
int |
WsdlTestCase.getIndexOfLoadTest(LoadTest loadTest) |
Modifier and Type | Method and Description |
---|---|
void |
TestSuiteListenerAdapter.loadTestAdded(LoadTest loadTest) |
void |
TestSuiteListenerAdapter.loadTestRemoved(LoadTest loadTest) |
Modifier and Type | Method and Description |
---|---|
LoadTest |
LoadTestRunner.getLoadTest() |
LoadTest |
TestCase.getLoadTestAt(int index) |
LoadTest |
TestCase.getLoadTestByName(String loadTestName) |
Modifier and Type | Method and Description |
---|---|
List<LoadTest> |
TestCase.getLoadTestList() |
Modifier and Type | Method and Description |
---|---|
int |
TestCase.getIndexOfLoadTest(LoadTest loadTest) |
void |
TestSuiteListener.loadTestAdded(LoadTest loadTest) |
void |
TestSuiteListener.loadTestRemoved(LoadTest loadTest) |
Modifier and Type | Method and Description |
---|---|
void |
TestCaseTreeNode.loadTestInserted(LoadTest loadTest) |
void |
TestCaseTreeNode.LoadTestsTreeNode.loadTestInserted(LoadTest loadTest) |
void |
TestCaseTreeNode.loadTestRemoved(LoadTest loadTest) |
void |
TestCaseTreeNode.LoadTestsTreeNode.loadTestRemoved(LoadTest loadTest) |
Constructor and Description |
---|
LoadTestTreeNode(LoadTest loadTest,
ModelItem parent,
SoapUITreeModel treeModel) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlLoadTestsModelItem.InternalTestSuiteListener.loadTestAdded(LoadTest loadTest) |
void |
WsdlLoadTestsModelItem.InternalTestSuiteListener.loadTestRemoved(LoadTest loadTest) |
Copyright © 2019. All Rights Reserved.