| 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.impl.wsdl.testcase |
WSDL implementations of TestCase-related interfaces
|
| com.eviware.soapui.model.testsuite |
Test-related model items
|
| com.eviware.soapui.security |
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlLoadTestRunner
TestRunner for load-tests.
|
| Modifier and Type | Method and Description |
|---|---|
TestRunner |
WsdlLoadTest.run(StringToObjectMap context,
boolean async) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMockTestRunner<T extends TestRunnable>
Dummy TestRunner used when executing TestSteps one by one
|
class |
MockLoadTestRunner |
class |
MockProjectRunner |
class |
MockSecurityTestRunner |
class |
MockTestRunner
Dummy TestRunner used when executing TestSteps one by one
|
class |
MockTestSuiteRunner |
| Modifier and Type | Method and Description |
|---|---|
TestRunner |
MockTestSuiteRunContext.getTestRunner() |
TestRunner |
MockProjectRunContext.getTestRunner() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTestCaseRunner<T extends TestRunnable,T2 extends WsdlTestRunContext>
Abstract runner class - runs all steps in a TestCase or a SecurityTest and
collects performance data
|
class |
AbstractTestRunner<T extends TestRunnable,T2 extends TestRunContext>
WSDL TestCase Runner - runs all steps in a testcase and collects performance
data
|
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlProjectRunner |
class |
WsdlTestCaseRunner
WSDL TestCase Runner - runs all steps in a testcase and collects performance
data
|
class |
WsdlTestSuiteRunner
WSDL TestCase Runner - runs all steps in a testcase and collects performance
data
|
| Modifier and Type | Method and Description |
|---|---|
TestRunner |
WsdlProjectRunContext.getTestRunner() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoadTestRunner
Runner for loadtests
|
interface |
ProjectRunner |
interface |
TestCaseRunner
Runs a TestCase
|
interface |
TestSuiteRunner |
| Modifier and Type | Method and Description |
|---|---|
TestRunner |
TestRunContext.getTestRunner() |
TestRunner |
TestRunnable.run(StringToObjectMap context,
boolean async) |
| Modifier and Type | Method and Description |
|---|---|
void |
RunListener.afterRun(TestRunner testRunner,
TestRunContext runContext) |
void |
RunListener.beforeRun(TestRunner testRunner,
TestRunContext runContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SecurityTestRunner
SecurityTestRunner
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityTestRunnerImpl |
Copyright © 2019. All Rights Reserved.