NXUnit Framework Class Library

XMLAssert.AreXpathEqual Method (String, String, XmlDocument)

[This is preliminary documentation and subject to change.]

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

public void AreXpathEqual(
   string expectedValue,
   string xpath,
   XmlDocument input
);

Parameters

expectedValue
xpath
input

See Also

XMLAssert Class | NXUnit.Framework Namespace | XMLAssert.AreXpathEqual Overload List