NXUnit Framework Class Library

XMLAssert.XpathExist Method (String, TextReader, String, Object[])

[This is preliminary documentation and subject to change.]

Assert an XPath expression is exist for an XML input.

public static void XpathExist(
   string xpath,
   TextReader input,
   string msg,
   params object[] args
);

Parameters

xpath
input
msg
args

See Also

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