Method | Description | |
---|---|---|
AssertXPathEvaluatesTo ( string anXPathExpression, |
||
AssertXPathEvaluatesTo ( string anXPathExpression, |
||
AssertXPathEvaluatesTo ( string anXPathExpression, string inXml, string expectedValue ) : void | ||
AssertXPathExists ( string anXPathExpression, |
||
AssertXPathExists ( string anXPathExpression, |
||
AssertXPathExists ( string anXPathExpression, string inXml ) : void | ||
AssertXmlEquals ( |
||
AssertXmlEquals ( |
||
AssertXmlEquals ( |
||
AssertXmlEquals ( string controlText, string testText ) : void | ||
AssertXmlIdentical ( |
||
AssertXmlIdentical ( |
||
AssertXmlIdentical ( |
||
AssertXmlIdentical ( string controlText, string testText ) : void | ||
AssertXmlNotEquals ( |
||
AssertXmlNotIdentical ( |
||
AssertXmlValid ( |
||
AssertXmlValid ( |
||
AssertXmlValid ( |
||
AssertXmlValid ( |
||
AssertXmlValid ( string someXml ) : void | ||
AssertXmlValid ( string someXml, string baseURI ) : void | ||
AssertXslTransformResults ( |
||
AssertXslTransformResults ( string xslTransform, string xmlToTransform, string expectedResult ) : void |
Method | Description | |
---|---|---|
AssertXmlEquals ( |
||
AssertXmlIdentical ( |
public static AssertXPathEvaluatesTo ( string anXPathExpression, |
||
anXPathExpression | string | |
inXml | ||
expectedValue | string | |
return | void |
public static AssertXPathEvaluatesTo ( string anXPathExpression, |
||
anXPathExpression | string | |
inXml | ||
expectedValue | string | |
return | void |
public static AssertXPathEvaluatesTo ( string anXPathExpression, string inXml, string expectedValue ) : void | ||
anXPathExpression | string | |
inXml | string | |
expectedValue | string | |
return | void |
public static AssertXPathExists ( string anXPathExpression, |
||
anXPathExpression | string | |
inXml | ||
return | void |
public static AssertXPathExists ( string anXPathExpression, |
||
anXPathExpression | string | |
inXml | ||
return | void |
public static AssertXPathExists ( string anXPathExpression, string inXml ) : void | ||
anXPathExpression | string | |
inXml | string | |
return | void |
public static AssertXmlEquals ( |
||
controlTextReader | ||
testTextReader | ||
return | void |
public static AssertXmlEquals ( |
||
xmlDiff | ||
return | void |
public static AssertXmlEquals ( |
||
controlInput | ||
testInput | ||
return | void |
public static AssertXmlEquals ( string controlText, string testText ) : void | ||
controlText | string | |
testText | string | |
return | void |
public static AssertXmlIdentical ( |
||
controlTextReader | ||
testTextReader | ||
return | void |
public static AssertXmlIdentical ( |
||
xmlDiff | ||
return | void |
public static AssertXmlIdentical ( |
||
controlInput | ||
testInput | ||
return | void |
public static AssertXmlIdentical ( string controlText, string testText ) : void | ||
controlText | string | |
testText | string | |
return | void |
public static AssertXmlNotEquals ( |
||
xmlDiff | ||
return | void |
public static AssertXmlNotIdentical ( |
||
xmlDiff | ||
return | void |
public static AssertXmlValid ( |
||
reader | ||
return | void |
public static AssertXmlValid ( |
||
reader | ||
baseURI | string | |
return | void |
public static AssertXmlValid ( |
||
validator | ||
return | void |
public static AssertXmlValid ( |
||
xmlInput | ||
return | void |
public static AssertXmlValid ( string someXml ) : void | ||
someXml | string | |
return | void |
public static AssertXmlValid ( string someXml, string baseURI ) : void | ||
someXml | string | |
baseURI | string | |
return | void |
public static AssertXslTransformResults ( |
||
xslTransform | ||
xmlToTransform | ||
expectedResult | ||
return | void |
public static AssertXslTransformResults ( string xslTransform, string xmlToTransform, string expectedResult ) : void | ||
xslTransform | string | |
xmlToTransform | string | |
expectedResult | string | |
return | void |