|
||||||||||
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 |
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
Exception
void setProgressMonitor(CmisTestProgressMonitor progressMonitor)
String getName()
List<CmisTest> getTests()
void run() throws Exception
Exception
boolean isEnabled()
void setEnabled(boolean enabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |