public interface CmisTestGroup
Modifier and Type | Method and Description |
---|---|
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.
|
void init(Map<String,String> parameters) throws Exception
Exception
void setProgressMonitor(CmisTestProgressMonitor progressMonitor)
String getName()
String getDescription()
boolean isEnabled()
void setEnabled(boolean enabled)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.