[This is preliminary documentation and subject to change.]
Assert the evaluation of an XPath expression on an XML input will return the expected value.
Assert the evaluation of an XPath expression on an XML input will return the expected value.
public void AreXpathEqual(string,string,XMLInput,string,params object[]);
Assert the evaluation of an XPath expression on an XML input will return the expected value.
public void AreXpathEqual(string,string,TextReader);
Assert the evaluation of an XPath expression on an XML input will return the expected value.
public void AreXpathEqual(string,string,TextReader,string,params object[]);
Assert the evaluation of an XPath expression on an XML input will return the expected value.
public void AreXpathEqual(string,string,string);
Assert the evaluation of an XPath expression on an XML input will return the expected value.
public void AreXpathEqual(string,string,string,string,params object[]);
Assert the evaluation of an XPath expression on an XML input will return the expected value.
public void AreXpathEqual(string,string,XmlDocument);
Assert the evaluation of an XPath expression on an XML input will return the expected value.
public void AreXpathEqual(string,string,XmlDocument,string,params object[]);
XMLAssert Class | NXUnit.Framework Namespace