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 Test
Declaration
public static TestClientBuilder For<TImplementation>(string targetApplicationName)
where TImplementation : class
Parameters
Type | Name | Description |
---|---|---|
System. |
targetApplicationName | The target application name. |
Returns
Type | Description |
---|---|
Test |
The Test |
Type Parameters
Name | Description |
---|---|
TImplementation | The implementation type. |