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
IsStarted
Gets a value indicating whether the application has been started.
bool IsStarted { get; }
Property Value
LazyApplication
Gets the lazily-started test application.
ITestApplication LazyApplication { get; }
Property Value
Remarks
Starts the application under test on first access.