Interface IAppClientFixture
- Namespace
- FEFF.TestFixtures.AspNetCore
- Assembly
- FEFF.TestFixtures.AspNetCore.dll
Exposes an HttpClient connected to the application under test.
public interface IAppClientFixture
Properties
LazyValue
Gets the lazily-created HttpClient.
HttpClient LazyValue { get; }
Property Value
Remarks
Starts the application under test on first access if not already running.