Table of Contents

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

HttpClient

Remarks

Starts the application under test on first access if not already running.