public interface IConfiguration
Modifier and Type | Method and Description |
---|---|
void |
addConfigurationListener(IConfigurationListener cl) |
void |
addExecutionListener(IExecutionListener l) |
IAnnotationFinder |
getAnnotationFinder() |
IConfigurable |
getConfigurable() |
List<IConfigurationListener> |
getConfigurationListeners() |
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)
List<IExecutionListener> getExecutionListeners()
void addExecutionListener(IExecutionListener l)
List<IConfigurationListener> getConfigurationListeners()
void addConfigurationListener(IConfigurationListener cl)
Copyright © 2024. All rights reserved.