Interface IAppServicesFixture
- Namespace
- FEFF.TestFixtures.AspNetCore
- Assembly
- FEFF.TestFixtures.AspNetCore.dll
Defines the contract for exposing a lazily-created service scope for resolving services from the application under test.
public interface IAppServicesFixture
Properties
LazyServiceProvider
Gets the service provider from a IServiceScope of the application under test.
IServiceProvider LazyServiceProvider { get; }
Property Value
Remarks
Starts the application under test if not already running.