|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadTestAssertion | |
---|---|
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 | LoadTest panels and related classes |
Uses of LoadTestAssertion in com.eviware.soapui.impl.wsdl.loadtest |
---|
Methods in com.eviware.soapui.impl.wsdl.loadtest that return LoadTestAssertion | |
---|---|
LoadTestAssertion |
WsdlLoadTest.addAssertion(java.lang.String type,
java.lang.String targetStep,
boolean showConfig)
|
LoadTestAssertion |
WsdlLoadTest.getAssertionAt(int index)
|
Methods in com.eviware.soapui.impl.wsdl.loadtest that return types with arguments of type LoadTestAssertion | |
---|---|
java.util.List<LoadTestAssertion> |
WsdlLoadTest.getAssertionList()
|
Methods in com.eviware.soapui.impl.wsdl.loadtest with parameters of type LoadTestAssertion | |
---|---|
void |
LoadTestListener.assertionAdded(LoadTestAssertion assertion)
|
void |
LoadTestListener.assertionRemoved(LoadTestAssertion assertion)
|
void |
WsdlLoadTest.removeAssertion(LoadTestAssertion assertion)
|
Uses of LoadTestAssertion in com.eviware.soapui.impl.wsdl.loadtest.assertions |
---|
Classes in com.eviware.soapui.impl.wsdl.loadtest.assertions that implement LoadTestAssertion | |
---|---|
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 |
Methods in com.eviware.soapui.impl.wsdl.loadtest.assertions that return LoadTestAssertion | |
---|---|
static LoadTestAssertion |
LoadTestAssertionRegistry.createAssertion(java.lang.String type,
WsdlLoadTest loadTest)
|
Uses of LoadTestAssertion in com.eviware.soapui.impl.wsdl.panels.loadtest |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.loadtest with parameters of type LoadTestAssertion | |
---|---|
void |
JLoadTestAssertionsTable.InternalLoadTestListener.assertionAdded(LoadTestAssertion assertion)
|
void |
JLoadTestAssertionsTable.InternalLoadTestListener.assertionRemoved(LoadTestAssertion assertion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |