@Retention(value=RUNTIME) public @interface Load
| Modifier and Type | Fields and Description |
|---|---|
static Load |
DEFAULT_INSTANCE |
static String |
DEFAULT_SCRIPT_SYSTEM_PROPERTY_KEY |
static String |
SCRIPT_NOT_SPECIFIED |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultScriptName |
String |
scriptSystemPropertyKey |
Class<? extends TestSuiteDescriptor.Loader> |
with |
public static final String SCRIPT_NOT_SPECIFIED
public static final String DEFAULT_SCRIPT_SYSTEM_PROPERTY_KEY
public static final Load DEFAULT_INSTANCE
public abstract String defaultScriptName
public abstract String scriptSystemPropertyKey
public abstract Class<? extends TestSuiteDescriptor.Loader> with
Copyright © 2017. All rights reserved.