Méthode | Description | |
---|---|---|
Validate ( string rawResponse, ITestSite site ) : void |
This method is used to validate the sub response according to the current record sub request token and sub request type.
|
Méthode | Description | |
---|---|---|
ExtractSubResponseNode ( string rawResponse ) : |
This method is used to get the corresponding sub response according to the current record sub request token.
|
|
InvokeCaptureCode ( object subResponse, ITestSite site ) : void |
This method is used to invoke capture logic according the sub response type.
|
|
SerializeSubResponse ( |
This method is used to serialize the sub response to a specified sub response instance.
|
public Validate ( string rawResponse, ITestSite site ) : void | ||
rawResponse | string | Specify the raw XML string response returned by the protocol server. |
site | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
Résultat | void |