Namespace: MbUnit.Framework
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public static void XPathEvaluatesTo( string anXPathExpression, TextReader inXml, string expectedValue )
Public Shared Sub XPathEvaluatesTo ( _ anXPathExpression As String, _ inXml As TextReader, _ expectedValue As String _ )
public: static void XPathEvaluatesTo( String^ anXPathExpression, TextReader^ inXml, String^ expectedValue )
Parameters
- anXPathExpression
- String
- inXml
- TextReader
- expectedValue
- String
See Also
XmlAssert Class
MbUnit.Framework Namespace