public abstract class AbstractRunner extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TCK_GROUPS |
static String |
OVERRIDE_KEY |
static String |
TCK_BUILD_TIMESTAMP |
static String |
TCK_BUILD_TIMESTAMP_PARAMETER |
static String |
TCK_REVISION |
static String |
TCK_REVISION_PARAMETER |
Constructor and Description |
---|
AbstractRunner() |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(CmisTestGroup group) |
void |
addGroup(String groupClass) |
void |
addGroups(String[] groupClasses) |
void |
cancel() |
List<CmisTestGroup> |
getGroups() |
Map<String,String> |
getParameters() |
boolean |
isCanceled() |
void |
loadDefaultTckGroups() |
void |
loadGroups(File file) |
void |
loadGroups(InputStream stream) |
void |
loadParameters(File file) |
void |
loadParameters(InputStream stream) |
void |
run(CmisTestProgressMonitor monitor)
Runs all configured groups.
|
void |
setParameters(Map<String,String> orgParameters) |
public static final String OVERRIDE_KEY
public static final String DEFAULT_TCK_GROUPS
public static final String TCK_BUILD_TIMESTAMP
public static final String TCK_BUILD_TIMESTAMP_PARAMETER
public static final String TCK_REVISION
public static final String TCK_REVISION_PARAMETER
public void loadParameters(File file) throws IOException
IOException
public void loadParameters(InputStream stream) throws IOException
IOException
public void loadGroups(InputStream stream) throws Exception
Exception
public void addGroup(CmisTestGroup group) throws Exception
Exception
public List<CmisTestGroup> getGroups()
public void run(CmisTestProgressMonitor monitor) throws Exception
Exception
public boolean isCanceled()
public void cancel()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.