메소드 | 설명 | |
---|---|---|
ConfigureRequestPrefixFields ( string>.IDictionary |
Configure the fields in request line or request headers besides command name and command parameters.
|
|
HTTPOPTIONS ( ) : OptionsResponse |
Send HTTP OPTIONS request to the server and get the response.
|
|
HTTPPOST ( CommandName commandName, object>.IDictionary |
Send HTTP POST request to the server and get the response.
|
|
Initialize ( ITestSite testSite ) : void |
Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
|
메소드 | 설명 | |
---|---|---|
VerifyHTTPOPTIONSHeaders ( OptionsResponse optionsResponse ) : void |
Verify requirements about HTTP OPTIONS response headers.
|
|
VerifyHTTPOPTIONSResponse ( OptionsResponse optionsResponse ) : void |
Verify requirements about HTTP OPTIONS response.
|
|
VerifyHTTPPOSTHeaders ( SendStringResponse postResponse ) : void |
Verify requirements about HTTP POST response headers.
|
|
VerifyHTTPPOSTResponse ( SendStringResponse postResponse ) : void |
Verify requirements about HTTP POST response.
|
|
VerifyHTTPResponse ( ) : void |
Verify requirements about HTTP response.
|
|
VerifyTransportType ( ) : void |
Verify the transport related requirements.
|
public ConfigureRequestPrefixFields ( string>.IDictionary |
||
requestPrefixFields | string>.IDictionary | The fields in request line or request headers which need to be configured besides command name and command parameters. |
리턴 | void |
public HTTPPOST ( CommandName commandName, object>.IDictionary |
||
commandName | CommandName | The name of the command to send. |
commandParameters | object>.IDictionary | The command parameters. |
requestBody | string | The plain text request. |
리턴 | SendStringResponse |
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | Transfer ITestSite into adapter, make adapter can use ITestSite's function. |
리턴 | void |