Namespace: MbUnit.Framework
Assembly:
MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| | | | | | | | | |
| | C# | | | Visual Basic | | | Visual C++ | |
public static void XslTransformResults(
string xslTransform,
string xmlToTransform,
string expectedResult
)
Public Shared Sub XslTransformResults ( _
xslTransform As String, _
xmlToTransform As String, _
expectedResult As String _
)
public:
static void XslTransformResults(
String^ xslTransform,
String^ xmlToTransform,
String^ expectedResult
)
Parameters
- xslTransform
- String
- xmlToTransform
- String
- expectedResult
- String
See Also