Table of Contents

Interface IAppManagerFixture

Namespace
FEFF.TestFixtures.AspNetCore
Assembly
FEFF.TestFixtures.AspNetCore.dll

Provides access to the application configuration and lifecycle state.

public interface IAppManagerFixture

Properties

ConfigurationBuilder

Gets the configurator used to customize the web host before startup.

IAppConfigurator ConfigurationBuilder { get; }

Property Value

IAppConfigurator

IsStarted

Gets a value indicating whether the application has been started.

bool IsStarted { get; }

Property Value

bool

LazyApplication

Gets the lazily-started test application.

ITestApplication LazyApplication { get; }

Property Value

ITestApplication

Remarks

Starts the application under test on first access.