Show / Hide Table of Contents

Class TestBootstrapper

For bootstrapping a test environment.

Inheritance
System.Object
MefBootstrapper
TestBootstrapper
MefBootstrapper.ServiceFactory
MefBootstrapper.RegisterDefaultTypesIfMissing()
MefBootstrapper.Run()
MefBootstrapper.Run(Boolean)
MefBootstrapper.CompositionCompleted
MefBootstrapper.AggregateCatalog
MefBootstrapper.Container
MefBootstrapper.ModuleCatalog
MefBootstrapper.ConfigureAggregateCatalog()
MefBootstrapper.ConfigureContainer()
MefBootstrapper.ConfigureDefaultRegionBehaviors()
MefBootstrapper.ConfigureModuleCatalog()
MefBootstrapper.ConfigureRegionAdapterMappings()
MefBootstrapper.ConfigureServiceLocator()
MefBootstrapper.CreateAggregateCatalog()
MefBootstrapper.CreateContainer()
MefBootstrapper.CreateModuleCatalog()
MefBootstrapper.InitializeModules()
MefBootstrapper.RegisterBootstrapperProvidedTypes()
MefBootstrapper.RegisterFrameworkExceptionTypes()
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 Source

TestBootstrapper(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 Source

CreateServiceFactory()

Declaration
protected override IServiceFactory CreateServiceFactory()
Returns
Type Description
IServiceFactory
Overrides
MefBootstrapper.CreateServiceFactory()
View Source

InitializeApplication()

Initializes the Shell.

Declaration
protected override void InitializeApplication()
Overrides
MefBootstrapper.InitializeApplication()

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX