public interface IConfiguration
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()
default void addExecutionListener(IExecutionListener l)
default boolean addExecutionListenerIfAbsent(IExecutionListener l)
List<IConfigurationListener> getConfigurationListeners()
void addConfigurationListener(IConfigurationListener cl)
boolean alwaysRunListeners()
void setAlwaysRunListeners(boolean alwaysRun)
void setExecutorFactory(IExecutorFactory factory)
IExecutorFactory getExecutorFactory()
IInjectorFactory getInjectorFactory()
void setInjectorFactory(IInjectorFactory factory)
boolean getOverrideIncludedMethods()
void setOverrideIncludedMethods(boolean overrideIncludedMethods)
default void setReportAllDataDrivenTestsAsSkipped(boolean reportAllDataDrivenTestsAsSkipped)
default boolean getReportAllDataDrivenTestsAsSkipped()
Copyright © 2025. All rights reserved.