NXUnit Framework Class Library

XMLAssert.AreXpathEqual Method (String, String, TextReader)

[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,
   TextReader input
);

Parameters

expectedValue
xpath
input

See Also

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