Package dev.galasa.framework
Interface IFrameworkInitialisationStrategy
public interface IFrameworkInitialisationStrategy
Controls how a Framework is initialised, based on the type of server we want to stand up.
-
Method Summary
Modifier and TypeMethodDescriptionapplyOverrides
(IFramework framework, IDynamicStatusStoreService dss, Properties overrideProperties) void
setTestRunName
(Framework framework, IConfigurationPropertyStoreService cps) void
startLoggingCapture
(Framework framework)
-
Method Details
-
setTestRunName
void setTestRunName(Framework framework, IConfigurationPropertyStoreService cps) throws FrameworkException - Throws:
FrameworkException
-
startLoggingCapture
- Throws:
FrameworkException
-
applyOverrides
Properties applyOverrides(IFramework framework, IDynamicStatusStoreService dss, Properties overrideProperties) throws DynamicStatusStoreException - Throws:
DynamicStatusStoreException
-