Method | Description | |
---|---|---|
Run ( ) : IResults | ||
WithCredentials ( ICredentials credentials ) : IRunner | ||
WithEncoding ( |
||
WithTestContainer ( string testContainer ) : IRunner | ||
WithTestContainerAndCase ( string testContainer, string testCase ) : IRunner |
Method | Description | |
---|---|---|
AspRunner ( IAspClient client, IResultParser resultParser ) : System | ||
FormatUrl ( string address ) : string | ||
GetPostData ( ) : |
||
IsSpecified ( string value, string defaultValue ) : bool | ||
Normalize ( string value, string defaultValue ) : string | ||
WithAddress ( string address ) : IRunner |
public WithCredentials ( ICredentials credentials ) : IRunner | ||
credentials | ICredentials | |
return | IRunner |
public WithEncoding ( |
||
encoding | ||
return | IRunner |
public WithTestContainer ( string testContainer ) : IRunner | ||
testContainer | string | |
return | IRunner |
public WithTestContainerAndCase ( string testContainer, string testCase ) : IRunner | ||
testContainer | string | |
testCase | string | |
return | IRunner |