Class WcfTestClientLocator
Provides the capability to locate WcfTestClient.exe on the machine.
Inheritance
System.Object
WcfTestClientLocator
Namespace: Copper.Testing
Assembly: Copper.Testing.dll
Syntax
public static class WcfTestClientLocator
Methods
View SourceLocate()
Locates WcfTestClient.exe on the machine.
Declaration
public static string Locate()
Returns
| Type | Description |
|---|---|
| System.String | The path to WcfTestClient.exe |
Exceptions
| Type | Condition |
|---|---|
| WcfTestClientLocatorException | WcfTestClient.exe could not be found on the machine. |