Table of Contents

Interface IMiddlewareTest

Namespace
Cuemon.Extensions.Xunit.Hosting.AspNetCore
Assembly
Cuemon.Extensions.Xunit.Hosting.AspNetCore.dll

Represents the members needed for ASP.NET Core middleware testing.

public interface IMiddlewareTest : IGenericHostTest, IServiceTest, IConfigurationTest, IHostingEnvironmentTest, ITest, IDisposable, IPipelineTest
Inherited Members
IDisposable.Dispose()

See Also