NXUnit Framework Class Library

XMLAssert.AreXpathEqual Method (String, String, String)

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

Parameters

expectedValue
xpath
input

See Also

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