NXUnit Framework Class Library

XMLAssert.XpathExist Method (String, XmlDocument)

[This is preliminary documentation and subject to change.]

Assert an XPath expression is exist for an XML input.

public static void XpathExist(
   string xpath,
   XmlDocument input
);

Parameters

xpath
input

See Also

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