public enum RunnerType extends Enum<RunnerType>
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isProRunner() |
abstract com.eviware.soapui.tools.SoapUIMockServiceRunner |
newMockRunner() |
abstract com.eviware.soapui.tools.SoapUITestCaseRunner |
newTestRunner() |
static RunnerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerType PRO
public static final RunnerType OSS
public static RunnerType[] values()
for (RunnerType c : RunnerType.values()) System.out.println(c);
public static RunnerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic abstract com.eviware.soapui.tools.SoapUITestCaseRunner newTestRunner()
public abstract com.eviware.soapui.tools.SoapUIMockServiceRunner newMockRunner()
public abstract boolean isProRunner()
Copyright © 2011-2013. All Rights Reserved.