Configurationpublic interface IConfiguration
| Modifier and Type | Method | Description |
|---|---|---|
void |
addConfigurationListener(IConfigurationListener cl) |
|
void |
addExecutionListener(IExecutionListener l) |
|
IAnnotationFinder |
getAnnotationFinder() |
|
IConfigurable |
getConfigurable() |
|
java.util.List<IConfigurationListener> |
getConfigurationListeners() |
|
java.util.List<IExecutionListener> |
getExecutionListeners() |
|
IHookable |
getHookable() |
|
ITestObjectFactory |
getObjectFactory() |
|
void |
setAnnotationFinder(IAnnotationFinder finder) |
|
void |
setConfigurable(IConfigurable c) |
|
void |
setHookable(IHookable h) |
|
void |
setObjectFactory(ITestObjectFactory m_objectFactory) |
IAnnotationFinder getAnnotationFinder()
void setAnnotationFinder(IAnnotationFinder finder)
ITestObjectFactory getObjectFactory()
void setObjectFactory(ITestObjectFactory m_objectFactory)
IHookable getHookable()
void setHookable(IHookable h)
IConfigurable getConfigurable()
void setConfigurable(IConfigurable c)
java.util.List<IExecutionListener> getExecutionListeners()
void addExecutionListener(IExecutionListener l)
java.util.List<IConfigurationListener> getConfigurationListeners()
void addConfigurationListener(IConfigurationListener cl)