| Package | Description | 
|---|---|
| com.eviware.soapui.impl.wsdl.loadtest | LoadTest-related classes | 
| com.eviware.soapui.impl.wsdl.loadtest.assertions | LoadTest Assertions | 
| com.eviware.soapui.impl.wsdl.panels.loadtest | WsdlLoadTest panels and related classes | 
| Modifier and Type | Method and Description | 
|---|---|
| LoadTestAssertion | WsdlLoadTest. addAssertion(String type,
            String targetStep,
            boolean showConfig) | 
| LoadTestAssertion | WsdlLoadTest. getAssertionAt(int index) | 
| LoadTestAssertion | WsdlLoadTest. getAssertionByName(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<LoadTestAssertion> | WsdlLoadTest. getAssertionList() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LoadTestListener. assertionAdded(LoadTestAssertion assertion) | 
| void | LoadTestListener. assertionRemoved(LoadTestAssertion assertion) | 
| void | WsdlLoadTest. removeAssertion(LoadTestAssertion assertion) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractLoadTestAssertionBase class for LoadTestAssertions | 
| class  | MaxErrorsAssertionLoadTestAssertion for asserting the maximum number of total assertion errors | 
| class  | TestStepAverageAssertionLoadTestAssertion for asserting the average step time | 
| class  | TestStepMaxAssertionLoadTestAssertion for asserting the maximum step time | 
| class  | TestStepStatusAssertionLoadTestAssertion for asserting the status of a teststep | 
| class  | TestStepTpsAssertionLoadTestAssertion for asserting the TPS of a teststep | 
| Modifier and Type | Method and Description | 
|---|---|
| static LoadTestAssertion | LoadTestAssertionRegistry. createAssertion(String type,
               WsdlLoadTest loadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JLoadTestAssertionsTable.InternalLoadTestListener. assertionAdded(LoadTestAssertion assertion) | 
| void | JLoadTestAssertionsTable.InternalLoadTestListener. assertionRemoved(LoadTestAssertion assertion) | 
Copyright © 2019. All Rights Reserved.