NXUnit Framework Class Library

XMLAssert.AreXpathEqual Method

[This is preliminary documentation and subject to change.]

Assert the evaluation of an XPath expression on an XML input will return the expected value.

Overload List

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[]);

See Also

XMLAssert Class | NXUnit.Framework Namespace