Package | Description |
---|---|
com.eviware.soapui.impl.wsdl.loadtest |
LoadTest-related classes
|
com.eviware.soapui.impl.wsdl.panels.support |
Support classes for panels
|
com.eviware.soapui.impl.wsdl.support |
WSDL-related support classes
|
com.eviware.soapui.model.testsuite |
Test-related model items
|
com.eviware.soapui.monitor |
The soapui TestMonitor and related classes/interfaces
|
Modifier and Type | Method and Description |
---|---|
TestRunner.Status |
WsdlLoadTestRunner.getStatus() |
TestRunner.Status |
WsdlLoadTestRunner.waitUntilFinished() |
Modifier and Type | Method and Description |
---|---|
TestRunner.Status |
AbstractMockTestRunner.getStatus() |
TestRunner.Status |
AbstractMockTestRunner.waitUntilFinished() |
Modifier and Type | Method and Description |
---|---|
TestRunner.Status |
AbstractTestRunner.getStatus() |
TestRunner.Status |
AbstractTestRunner.waitUntilFinished() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTestRunner.setStatus(TestRunner.Status status) |
Modifier and Type | Method and Description |
---|---|
TestRunner.Status |
TestRunner.getStatus()
Gets the current status of this TestRunner
|
static TestRunner.Status |
TestRunner.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRunner.Status[] |
TestRunner.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
TestRunner.Status |
TestRunner.waitUntilFinished()
Blocks until this runner is finished, (returns directly if it already has
finished)
|
Modifier and Type | Method and Description |
---|---|
TestRunner.Status |
TestMonitor.getLastRunStatus(TestCase testCase) |
Copyright © 2019. All Rights Reserved.