ConventionTestHostBuilder Class

Summary

A convention test host builder
graph BT Type-->Base0["Object"] Type["ConventionTestHostBuilder"] class Type type-node

Syntax

public class ConventionTestHostBuilder

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
ConventionTestHostBuilder() Default constructor

Methods

Name Value Summary
Create() ConventionTestHost
Create the convention test host with the given defaults
Create(Action<IConventionHostBuilder>) ConventionTestHost
Create the convention test host with the given defaults
For(Assembly, ILoggerFactory) ConventionTestHostBuilder
Create a convention test host build for the given Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
For(DependencyContext, Assembly, ILoggerFactory) ConventionTestHostBuilder
Create a convention test host build for the given Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
For(DependencyContext, ILoggerFactory) ConventionTestHostBuilder
Create a convention test host build for the given Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
For(object, ILoggerFactory) ConventionTestHostBuilder
Create a convention test host build for the given Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
For(Type, ILoggerFactory) ConventionTestHostBuilder
Create a convention test host build for the given Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
With(Assembly) ConventionTestHostBuilder
Use the specific System.Reflection.Assembly
With(DiagnosticSource) ConventionTestHostBuilder
Use the specific Microsoft.Extensions.Logging.ILogger
With(IAssemblyCandidateFinder) ConventionTestHostBuilder
Use the specific IAssemblyCandidateFinder
With(IAssemblyProvider) ConventionTestHostBuilder
Use the specific IAssemblyProvider
With(IConventionScanner) ConventionTestHostBuilder
Use the specific IConventionScanner
With(ILogger) ConventionTestHostBuilder
Use the specific Microsoft.Extensions.Logging.ILogger
With(ILoggerFactory) ConventionTestHostBuilder
Use the specific Microsoft.Extensions.Logging.ILoggerFactory
With(IRocketEnvironment) ConventionTestHostBuilder
Use the specific IRocketEnvironment
With(IServiceProviderDictionary) ConventionTestHostBuilder
Use the specific IServiceProviderDictionary

Extension Methods