| Package | Description | 
|---|---|
| com.eviware.soapui.impl.wsdl | WSDL 1.1 implementations of soapui model interface | 
| com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui | |
| com.eviware.soapui.impl.wsdl.actions.loadtest | WsdlLoadTest related actions | 
| com.eviware.soapui.impl.wsdl.loadtest | LoadTest-related classes | 
| com.eviware.soapui.impl.wsdl.loadtest.assertions | LoadTest Assertions | 
| com.eviware.soapui.impl.wsdl.loadtest.data | LoadTest Data and related classes | 
| com.eviware.soapui.impl.wsdl.loadtest.log | The LoadTest Log classes | 
| com.eviware.soapui.impl.wsdl.loadtest.strategy | LoadTest Strategies | 
| com.eviware.soapui.impl.wsdl.panels.loadtest | WsdlLoadTest panels and related classes | 
| com.eviware.soapui.impl.wsdl.panels.support | Support classes for panels | 
| com.eviware.soapui.impl.wsdl.testcase | WSDL implementations of TestCase-related interfaces | 
| com.eviware.soapui.tools | SoapUI command-line tools | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WsdlTestSuite. fireLoadTestAdded(WsdlLoadTest loadTest) | 
| void | WsdlTestSuite. fireLoadTestRemoved(WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LoadTestLoadTestRunnerAction. perform(WsdlLoadTest target,
       Object param) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RenameLoadTestAction. perform(WsdlLoadTest loadTest,
       Object param) | 
| void | LoadTestOptionsAction. perform(WsdlLoadTest loadTest,
       Object param) | 
| void | DeleteLoadTestAction. perform(WsdlLoadTest loadTest,
       Object param) | 
| void | CloneLoadTestAction. perform(WsdlLoadTest loadTest,
       Object param) | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlLoadTest | WsdlLoadTestRunner. getLoadTest() | 
| Constructor and Description | 
|---|
| WsdlLoadTestRunner(WsdlLoadTest test) | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlLoadTest | AbstractLoadTestAssertion. getLoadTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| static AbstractLoadTestAssertion | LoadTestAssertionRegistry. buildAssertion(LoadTestAssertionConfig config,
              WsdlLoadTest loadTest) | 
| static LoadTestAssertion | LoadTestAssertionRegistry. createAssertion(String type,
               WsdlLoadTest loadTest) | 
| Constructor and Description | 
|---|
| AbstractLoadTestAssertion(LoadTestAssertionConfig assertionConfig,
                         WsdlLoadTest loadTest) | 
| MaxErrorsAssertion(LoadTestAssertionConfig assertionConfig,
                  WsdlLoadTest loadTest) | 
| TestStepAverageAssertion(LoadTestAssertionConfig assertionConfig,
                        WsdlLoadTest loadTest) | 
| TestStepMaxAssertion(LoadTestAssertionConfig assertionConfig,
                    WsdlLoadTest loadTest) | 
| TestStepStatusAssertion(LoadTestAssertionConfig assertionConfig,
                       WsdlLoadTest loadTest) | 
| TestStepTpsAssertion(LoadTestAssertionConfig assertionConfig,
                    WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlLoadTest | LoadTestStatistics. getLoadTest() | 
| Constructor and Description | 
|---|
| LoadTestStatistics(WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlLoadTest | LoadTestLog. getLoadTest() | 
| Constructor and Description | 
|---|
| LoadTestLog(WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlLoadTest | AbstractLoadStrategy. getLoadTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| LoadStrategy | VarianceLoadStrategy.Factory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | ThreadCountChangeLoadStrategy.Factory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | SimpleLoadStrategy.Factory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | LoadStrategyFactory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | BurstLoadStrategy.Factory. build(org.apache.xmlbeans.XmlObject config,
     WsdlLoadTest loadTest) | 
| LoadStrategy | VarianceLoadStrategy.Factory. create(WsdlLoadTest loadTest) | 
| LoadStrategy | ThreadCountChangeLoadStrategy.Factory. create(WsdlLoadTest loadTest) | 
| LoadStrategy | SimpleLoadStrategy.Factory. create(WsdlLoadTest loadTest) | 
| LoadStrategy | LoadStrategyFactory. create(WsdlLoadTest loadTest) | 
| LoadStrategy | BurstLoadStrategy.Factory. create(WsdlLoadTest loadTest) | 
| Constructor and Description | 
|---|
| AbstractLoadStrategy(String type,
                    WsdlLoadTest loadTest) | 
| BurstLoadStrategy(WsdlLoadTest loadTest) | 
| BurstLoadStrategy(org.apache.xmlbeans.XmlObject config,
                 WsdlLoadTest loadTest) | 
| SimpleLoadStrategy(org.apache.xmlbeans.XmlObject config,
                  WsdlLoadTest loadTest) | 
| ThreadCountChangeLoadStrategy(org.apache.xmlbeans.XmlObject config,
                             WsdlLoadTest loadTest) | 
| VarianceLoadStrategy(WsdlLoadTest loadTest) | 
| VarianceLoadStrategy(org.apache.xmlbeans.XmlObject config,
                    WsdlLoadTest loadTest) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WsdlLoadTestPanelBuilder<T extends WsdlLoadTest>PanelBuilder for LoadTests | 
| Constructor and Description | 
|---|
| JLoadTestAssertionsTable(WsdlLoadTest wsdlLoadTest) | 
| JStatisticsGraph(WsdlLoadTest loadTest) | 
| JStatisticsHistoryGraph(WsdlLoadTest loadTest) | 
| JStatisticsTable(WsdlLoadTest loadTest) | 
| StatisticsDesktopPanel(WsdlLoadTest loadTest) | 
| StatisticsHistoryDesktopPanel(WsdlLoadTest loadTest) | 
| WsdlLoadTestDesktopPanel(WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlLoadTest | MockLoadTestRunner. getLoadTest() | 
| Constructor and Description | 
|---|
| MockLoadTestRunner(WsdlLoadTest modelItem,
                  org.apache.log4j.Logger logger) | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlLoadTest | WsdlTestCase. addNewLoadTest(String name) | 
| WsdlLoadTest | WsdlTestCase. buildLoadTest(LoadTestConfig tsc) | 
| WsdlLoadTest | WsdlTestCase. cloneLoadTest(WsdlLoadTest loadTest,
             String name) | 
| WsdlLoadTest | WsdlTestCase. getLoadTestAt(int index) | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlLoadTest | WsdlTestCase. cloneLoadTest(WsdlLoadTest loadTest,
             String name) | 
| void | WsdlTestCase. removeLoadTest(WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SoapUILoadTestRunner. runWsdlLoadTest(WsdlLoadTest loadTest)Runs the specified LoadTest | 
Copyright © 2019. All Rights Reserved.