Class TestBootstrapper
For bootstrapping a test environment.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.QualityTools.Testing
Assembly: Sartorius.SAF.QualityTools.dll
Syntax
public abstract class TestBootstrapper : MefBootstrapper
Constructors
View SourceTestBootstrapper(IConfigurationRoot)
Initializes a new instance of the TestBootstrapper class.
Declaration
protected TestBootstrapper(IConfigurationRoot configurationRoot)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Configuration.IConfigurationRoot | configurationRoot |
Methods
View SourceCreateServiceFactory()
Declaration
protected override IServiceFactory CreateServiceFactory()
Returns
Type | Description |
---|---|
IServiceFactory |
Overrides
View SourceInitializeApplication()
Initializes the Shell.
Declaration
protected override void InitializeApplication()