Table of Contents

Interface IAppConfigurator

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

Provides a way to configure the test application's web host before it starts.

public interface IAppConfigurator
Extension Methods

Methods

ConfigureWebHost(Action<IWebHostBuilder>)

Adds a configuration action to be applied to the IWebHostBuilder.

void ConfigureWebHost(Action<IWebHostBuilder> action)

Parameters

action Action<IWebHostBuilder>

The configuration action.