|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CmisTest
CMIS TCK Test.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of the test group. |
java.lang.String |
getName()
Returns the name of the test. |
java.util.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(java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.String> parameters)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getName()
java.lang.String getDescription()
void run()
throws java.lang.Exception
java.lang.Exceptionboolean isEnabled()
void setEnabled(boolean enabled)
java.util.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 | |||||||||