Метод | Описание | |
---|---|---|
ValidateResponseSchema ( string decodeXMLstring, ITestSite testSite ) : void |
The schema validation for the XML string.
|
Метод | Описание | |
---|---|---|
GetTargetNamespace ( string schema ) : string |
Get the target namespace of the schema
|
|
ReadXsdFile ( string fileName ) : string |
Read the xsd file content
|
|
ValidationCallBack ( object sender, |
The callback method that will handle XML schema validation events.
|
public ValidateResponseSchema ( string decodeXMLstring, ITestSite testSite ) : void | ||
decodeXMLstring | string | The XML string which is decoded from WBXML format |
testSite | ITestSite | An instance of interface ITestSite which provides logging, assertions, and adapters for test code onto its execution context. |
Результат | void |