|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CmisTest
CMIS TCK Test.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void init(Map<String,String> parameters) throws Exception
Exception
String getName()
String getDescription()
void run() throws Exception
Exception
boolean isEnabled()
void setEnabled(boolean enabled)
List<CmisTestResult> getResults()
run()
has be called.
long getTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |