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