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