| Package | Description |
|---|---|
| com.eviware.soapui.impl.rest.actions.service | |
| com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
| com.eviware.soapui.impl.wsdl.actions.iface |
WsdlInterface related actions
|
| com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui | |
| com.eviware.soapui.impl.wsdl.actions.project |
WsdlProject related actions
|
| com.eviware.soapui.impl.wsdl.actions.testsuite |
WsdlTestSuite related actions
|
| com.eviware.soapui.impl.wsdl.panels.project |
WsdlProject related panel classes
|
| com.eviware.soapui.impl.wsdl.panels.support |
Support classes for panels
|
| com.eviware.soapui.impl.wsdl.panels.testsuite |
WsdlTestSuite panel classes
|
| com.eviware.soapui.impl.wsdl.testcase |
WSDL implementations of TestCase-related interfaces
|
| com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
| com.eviware.soapui.support.dnd.handlers | |
| com.eviware.soapui.tools |
SoapUI command-line tools
|
| Modifier and Type | Method and Description |
|---|---|
WsdlTestSuite |
GenerateRestTestSuiteAction.generateTestSuite(RestService service,
boolean atCreation) |
| Modifier and Type | Field and Description |
|---|---|
protected List<WsdlTestSuite> |
WsdlProject.testSuites |
| Modifier and Type | Method and Description |
|---|---|
WsdlTestSuite |
WsdlProject.addNewTestSuite(String name) |
protected WsdlTestSuite |
WsdlProject.buildTestSuite(TestSuiteConfig config) |
WsdlTestSuite |
WsdlProject.getTestSuiteAt(int index) |
WsdlTestSuite |
WsdlProject.getTestSuiteByName(String testSuiteName) |
WsdlTestSuite |
WsdlProject.importTestSuite(WsdlTestSuite testSuite,
String name,
int index,
boolean createCopy,
String description) |
WsdlTestSuite |
WsdlProject.moveTestSuite(int ix,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
WsdlTestSuite.afterCopy(WsdlTestSuite oldTestSuite) |
void |
WsdlProject.fireTestSuiteAdded(WsdlTestSuite testSuite) |
void |
WsdlProject.fireTestSuiteRemoved(WsdlTestSuite testSuite) |
WsdlTestSuite |
WsdlProject.importTestSuite(WsdlTestSuite testSuite,
String name,
int index,
boolean createCopy,
String description) |
void |
WsdlProject.removeTestSuite(WsdlTestSuite testSuite) |
| Modifier and Type | Method and Description |
|---|---|
WsdlTestSuite |
GenerateWsdlTestSuiteAction.generateTestSuite(WsdlInterface iface,
boolean atCreation) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSuiteTestRunnerAction.perform(WsdlTestSuite target,
Object param) |
| Modifier and Type | Method and Description |
|---|---|
WsdlTestSuite |
AddNewTestSuiteAction.createTestSuite(WsdlProject project) |
| Modifier and Type | Method and Description |
|---|---|
static WsdlTestSuite |
CloneTestSuiteAction.cloneToAnotherProject(WsdlTestSuite testSuite,
String targetProjectName,
String name,
boolean move,
String description) |
| Modifier and Type | Method and Description |
|---|---|
SoapUIActionMappingList<WsdlTestSuite> |
WsdlTestSuiteSoapUIActionGroup.getActionMappings(WsdlTestSuite modelItem) |
| Modifier and Type | Method and Description |
|---|---|
static TestSuite |
CloneTestSuiteAction.cloneTestSuiteWithinProject(WsdlTestSuite testSuite,
String name,
WsdlProject project,
String description) |
static WsdlTestSuite |
CloneTestSuiteAction.cloneToAnotherProject(WsdlTestSuite testSuite,
String targetProjectName,
String name,
boolean move,
String description) |
SoapUIActionMappingList<WsdlTestSuite> |
WsdlTestSuiteSoapUIActionGroup.getActionMappings(WsdlTestSuite modelItem) |
static Set<Interface> |
CloneTestSuiteAction.getRequiredInterfaces(WsdlTestSuite testSuite,
WsdlProject targetProject) |
void |
ToggleDisableTestSuiteAction.perform(WsdlTestSuite testSuite,
Object param) |
void |
RenameTestSuiteAction.perform(WsdlTestSuite testSuite,
Object param) |
void |
MoveTestSuiteUpAction.perform(WsdlTestSuite testSuite,
Object param) |
void |
MoveTestSuiteDownAction.perform(WsdlTestSuite testSuite,
Object param) |
void |
ImportTestCaseAction.perform(WsdlTestSuite testSuite,
Object param) |
void |
ExportTestSuiteAction.perform(WsdlTestSuite tSuite,
Object param) |
void |
DeleteTestSuiteAction.perform(WsdlTestSuite testSuite,
Object param) |
void |
CloneTestSuiteAction.perform(WsdlTestSuite testSuite,
Object param) |
void |
AddNewTestCaseAction.perform(WsdlTestSuite testSuite,
Object param) |
| Modifier and Type | Method and Description |
|---|---|
protected WsdlTestSuite |
JProjectTestSuiteList.TestSuiteListPanel.getTestSuite() |
| Constructor and Description |
|---|
TestSuiteListPanel(WsdlTestSuite testSuite) |
| Constructor and Description |
|---|
MockTestSuiteRunner(WsdlTestSuite testSuite) |
ProgressBarTestSuiteAdapter(JProgressBar progressBar,
WsdlTestSuite testSuite) |
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlTestSuitePanelBuilder<T extends WsdlTestSuite>
PanelBuilder for WsdlTestSuite
|
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
WsdlTestSuiteDesktopPanel.buildTestCaseList(WsdlTestSuite testSuite) |
| Constructor and Description |
|---|
JTestSuiteTestCaseList(WsdlTestSuite testSuite) |
WsdlTestSuiteDesktopPanel(WsdlTestSuite testSuite) |
| Modifier and Type | Method and Description |
|---|---|
WsdlTestSuite |
WsdlTestCase.getTestSuite() |
| Modifier and Type | Method and Description |
|---|---|
void |
WsdlTestCase.afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase) |
void |
WsdlTestCase.importSecurityTests(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase) |
| Constructor and Description |
|---|
WsdlTestCase(WsdlTestSuite testSuite,
TestCaseConfig config,
boolean forLoadTest) |
WsdlTestSuiteRunner(WsdlTestSuite testSuite,
StringToObjectMap properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
WsdlTestStep.afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase) |
void |
WsdlRunTestCaseTestStep.afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase)
We need to check that we are not pointing at testcase in original
testsuite
|
| Modifier and Type | Method and Description |
|---|---|
static WsdlTestSuite |
TestSuiteToTestSuiteDropHandler.copyTestSuite(WsdlTestSuite testSuite,
WsdlProject target,
int position) |
static WsdlTestSuite |
TestSuiteToTestSuiteDropHandler.moveTestSuite(WsdlTestSuite testSuite,
WsdlProject target,
int position) |
| Modifier and Type | Method and Description |
|---|---|
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.copyTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position) |
static WsdlTestSuite |
TestSuiteToTestSuiteDropHandler.copyTestSuite(WsdlTestSuite testSuite,
WsdlProject target,
int position) |
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.moveTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position) |
static WsdlTestSuite |
TestSuiteToTestSuiteDropHandler.moveTestSuite(WsdlTestSuite testSuite,
WsdlProject target,
int position) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SoapUITestCaseRunner.runSuite(WsdlTestSuite suite)
Run tests in the specified TestSuite
|
protected void |
SoapUISecurityTestRunner.runSuite(WsdlTestSuite suite)
Run tests in the specified TestSuite
|
Copyright © 2019. All Rights Reserved.