Method | Description | |
---|---|---|
CompareStringArrays ( string str1, string str2 ) : bool |
Compare two string array's elements.
|
|
DeserializeWebProperties ( string prop, char itemSpliter, char keySpliter ) : string>.Dictionary |
Deserialize web properties returned by the GetWebProperties method.
|
|
Initialize ( ITestSite testSiteInstance ) : void |
Initialize this helper class with ITestSite.
|
|
MessageValidation ( string message, string schema ) : void |
Validate whether an xml message follows the schema.
|
|
SiteResultDeserialize ( string getSiteResult ) : |
Deserialize an xml string to a Site object.
|
Method | Description | |
---|---|---|
Schema_ValidationEventHandler ( object sender, |
The callback method that will handle XML schema validation events.
|
public static CompareStringArrays ( string str1, string str2 ) : bool | ||
str1 | string | The first string array to be compared. |
str2 | string | The second string array to be compared. |
return | bool |
public static DeserializeWebProperties ( string prop, char itemSpliter, char keySpliter ) : string>.Dictionary |
||
prop | string | Web properties string value. |
itemSpliter | char | The char value for item split. |
keySpliter | char | The char value for key and value split. |
return | string>.Dictionary |
public static Initialize ( ITestSite testSiteInstance ) : void | ||
testSiteInstance | ITestSite | An object provides logging, assertions, and SUT adapters for test code onto its execution context. |
return | void |
public static MessageValidation ( string message, string schema ) : void | ||
message | string | The xml message. |
schema | string | The schema of the message. |
return | void |
public static SiteResultDeserialize ( string getSiteResult ) : |
||
getSiteResult | string | The xml string returned from the GetSite operation. |
return |