Class TestClientBuilder
Provides the builder class for a
Inheritance
System.Object
TestClientBuilder
Namespace: Copper.Conventions.Method.Testing.Client.V1
Assembly: Copper.Conventions.Method.Testing.Client.dll
Syntax
public sealed class TestClientBuilder : FabricHostBuilder<TestClientBuilder>
Methods
View SourceFor<TImplementation>(String)
Creates an TestClientBuilder instance.
Declaration
public static TestClientBuilder For<TImplementation>(string targetApplicationName)
where TImplementation : class
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | targetApplicationName | The target application name. |
Returns
| Type | Description |
|---|---|
| TestClientBuilder | The TestClientBuilder instance. |
Type Parameters
| Name | Description |
|---|---|
| TImplementation | The implementation type. |