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
IOExceptionpublic void loadParameters(InputStream stream) throws IOException
IOExceptionpublic void loadGroups(InputStream stream) throws Exception
Exceptionpublic void addGroup(CmisTestGroup group) throws Exception
Exceptionpublic List<CmisTestGroup> getGroups()
public void run(CmisTestProgressMonitor monitor) throws Exception
Exceptionpublic boolean isCanceled()
public void cancel()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.