Show / Hide Table of Contents

Class PhoenixTestBootstrapper

Inheritance
System.Object
PhoenixBootstrapper
PhoenixTestBootstrapper
Implements
System.IDisposable
Inherited Members
PhoenixBootstrapper.ViewProviderCollection
PhoenixBootstrapper.SetServiceProvider(IServiceProvider)
PhoenixBootstrapper.Start()
PhoenixBootstrapper.ConfigureServices(IServiceCollection)
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: Phoenix.Test
Assembly: Phoenix.Test.Infrastructure.dll
Syntax
public class PhoenixTestBootstrapper : PhoenixBootstrapper, IDisposable

Constructors

View Source

PhoenixTestBootstrapper(IPluginDirectoryManager, String, Boolean)

Declaration
public PhoenixTestBootstrapper(IPluginDirectoryManager pluginManager, string settingsDirectory, bool cleanupSettings)
Parameters
Type Name Description
IPluginDirectoryManager pluginManager
System.String settingsDirectory
System.Boolean cleanupSettings

Methods

View Source

Dispose()

Declaration
public override void Dispose()
Overrides
PhoenixBootstrapper.Dispose()
View Source

RegisterCoreServices(IServiceCollection)

Declaration
protected override void RegisterCoreServices(IServiceCollection serviceCollection)
Parameters
Type Name Description
IServiceCollection serviceCollection

Implements

System.IDisposable
  • View Source
In This Article
Back to top Generated by DocFX