public interface CmisTest
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
Returns the description of the test group. 
 | 
String | 
getName()
Returns the name of the test. 
 | 
List<CmisTestResult> | 
getResults()
Returns the results of the test after  
run() has be called. | 
long | 
getTime()
Gets the time (in milliseconds) that the test took to run. 
 | 
void | 
init(Map<String,String> parameters)
Initializes the test with test parameters. 
 | 
boolean | 
isEnabled()
Returns if the test is enabled or not. 
 | 
void | 
run()
Runs the test. 
 | 
void | 
setEnabled(boolean enabled)
Enables or disables the test. 
 | 
void init(Map<String,String> parameters) throws Exception
ExceptionString getName()
String getDescription()
boolean isEnabled()
void setEnabled(boolean enabled)
List<CmisTestResult> getResults()
run() has be called.long getTime()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.