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 |
AbstractLoadTestAssertion
Base class for LoadTestAssertions
|
class |
MaxErrorsAssertion
LoadTestAssertion for asserting the maximum number of total assertion errors
|
class |
TestStepAverageAssertion
LoadTestAssertion for asserting the average step time
|
class |
TestStepMaxAssertion
LoadTestAssertion for asserting the maximum step time
|
class |
TestStepStatusAssertion
LoadTestAssertion for asserting the status of a teststep
|
class |
TestStepTpsAssertion
LoadTestAssertion 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.