NXUnit Framework Class Library

XMLAssert.AreXpathEqual Method (String, String, String, String, Object[])

[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,
   string msg,
   params object[] args
);

Parameters

expectedValue
xpath
input
msg
args

See Also

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