Method | Description | |
---|---|---|
Create ( string address ) : IRunner |
Creates a new AspUnitRunner.IRunner instance with the specified address.
|
Method | Description | |
---|---|---|
Run ( string testContainer ) : |
||
Runner ( string baseUri ) : System | ||
Runner ( string baseUri, ICredentials credentials ) : System |
public static Create ( string address ) : IRunner | ||
address | string | The URL for the ASPUnit tests. |
return | IRunner |