ConfigureHost Method
Definition
- Namespace
- Codebelt.Extensions.Xunit.Hosting
- Assemblies
- Codebelt.Extensions.Xunit.Hosting.dll
ConfigureHost(Test)
Creates and configures the IHost of this IMinimalHostFixture.
void ConfigureHost(Test hostTest)
Parameters
hostTestTestThe object that inherits from MinimalHostTest<T>.
Remarks
hostTest was added to support those cases where the caller is required in the host configuration.