Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Field and Description |
---|---|
static TestSuiteRunTypesConfig.Enum |
TestSuiteRunTypesConfig.PARALLELL |
static TestSuiteRunTypesConfig.Enum |
TestSuiteRunTypesConfig.SEQUENTIAL |
Modifier and Type | Method and Description |
---|---|
static TestSuiteRunTypesConfig.Enum |
TestSuiteRunTypesConfig.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static TestSuiteRunTypesConfig.Enum |
TestSuiteRunTypesConfig.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
TestSuiteRunTypesConfig.Enum |
TestSuiteConfig.getRunType()
Gets the "runType" element
|
TestSuiteRunTypesConfig.Enum |
TestScenarioConfig.getRunType()
Gets the "runType" attribute
|
TestSuiteRunTypesConfig.Enum |
ProjectConfig.getRunType()
Gets the "runType" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
TestSuiteConfig.setRunType(TestSuiteRunTypesConfig.Enum runType)
Sets the "runType" element
|
void |
TestScenarioConfig.setRunType(TestSuiteRunTypesConfig.Enum runType)
Sets the "runType" attribute
|
void |
ProjectConfig.setRunType(TestSuiteRunTypesConfig.Enum runType)
Sets the "runType" attribute
|
Modifier and Type | Method and Description |
---|---|
TestSuiteRunTypesConfig.Enum |
TestSuiteConfigImpl.getRunType()
Gets the "runType" element
|
TestSuiteRunTypesConfig.Enum |
TestScenarioConfigImpl.getRunType()
Gets the "runType" attribute
|
TestSuiteRunTypesConfig.Enum |
ProjectConfigImpl.getRunType()
Gets the "runType" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
TestSuiteConfigImpl.setRunType(TestSuiteRunTypesConfig.Enum runType)
Sets the "runType" element
|
void |
TestScenarioConfigImpl.setRunType(TestSuiteRunTypesConfig.Enum runType)
Sets the "runType" attribute
|
void |
ProjectConfigImpl.setRunType(TestSuiteRunTypesConfig.Enum runType)
Sets the "runType" attribute
|
Copyright © 2019. All Rights Reserved.