|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CmisTestGroup
CMIS TCK Test Group.
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description of the test group. |
String |
getName()
Returns the name of the test group. |
List<CmisTest> |
getTests()
Returns the all tests in this group. |
void |
init(Map<String,String> parameters)
Initializes the test group with test parameters. |
boolean |
isEnabled()
Returns if the test group is enabled or not. |
void |
run()
Runs all enabled tests in this group. |
void |
setEnabled(boolean enabled)
Enables or disables this test group. |
void |
setProgressMonitor(CmisTestProgressMonitor progressMonitor)
Sets the progress monitor that should be used during a run. |
| Method Detail |
|---|
void init(Map<String,String> parameters)
throws Exception
Exceptionvoid setProgressMonitor(CmisTestProgressMonitor progressMonitor)
String getName()
String getDescription()
List<CmisTest> getTests()
void run()
throws Exception
Exceptionboolean isEnabled()
void setEnabled(boolean enabled)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||