Summary
A convention test host builder
- Assembly
- Rocket
.Surgery .Conventions .TestHost .dll - Namespace
- Rocket
.Surgery .Conventions .TestHost - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ConventionTestHostBuilder"]
class Type type-node
Syntax
public class ConventionTestHostBuilder
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Convention |
Default constructor |
Methods
Name | Value | Summary |
---|---|---|
Create |
ConventionTestHost |
Create the convention test host with the given defaults
|
Create |
ConventionTestHost |
Create the convention test host with the given defaults
|
For |
Convention |
Create a convention test host build for the given
Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
|
For |
Convention |
Create a convention test host build for the given
Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
|
For |
Convention |
Create a convention test host build for the given
Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
|
For |
Convention |
Create a convention test host build for the given
Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
|
For |
Convention |
Create a convention test host build for the given
Microsoft.Extensions.DependencyModel.DependencyContext in the assembly.
static
|
With |
Convention |
Use the specific
System.Reflection.Assembly
|
With |
Convention |
Use the specific
Microsoft.Extensions.Logging.ILogger
|
With |
Convention |
Use the specific
IAssemblyCandidateFinder
|
With |
Convention |
Use the specific
IAssemblyProvider
|
With |
Convention |
Use the specific
IConventionScanner
|
With |
Convention |
Use the specific
Microsoft.Extensions.Logging.ILogger
|
With |
Convention |
Use the specific
Microsoft.Extensions.Logging.ILoggerFactory
|
With |
Convention |
Use the specific
IRocketEnvironment
|
With |
Convention |
Use the specific
IServiceProviderDictionary
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|