Class BlockingManagedWebHostFixture
- Assembly
- Codebelt.Extensions.Xunit.Hosting.AspNetCore.dll
Extends the default implementation of the IWebHostFixture interface to be synchronous e.g., blocking where exceptions can be captured.
public sealed class BlockingManagedWebHostFixture : ManagedWebHostFixture, IAsyncLifetime, IWebHostFixture, IGenericHostFixture, IHostFixture, IConfigurationTest, IEnvironmentTest, IDisposable, IAsyncDisposable, IPipelineTest
- Inheritance
-
BlockingManagedWebHostFixture
- Implements
-
IAsyncLifetime
- Inherited Members
- Extension Methods
Constructors
BlockingManagedWebHostFixture()
Initializes a new instance of the BlockingManagedWebHostFixture class.
public BlockingManagedWebHostFixture()