Constructor with a fixture description

Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public SuiteProviderAttribute(
	string xpath,
	string description
)
Public Sub New ( _
	xpath As String, _
	description As String _
)
public:
SuiteProviderAttribute(
	String^ xpath, 
	String^ description
)

Parameters

xpath
String
XPath to the desired data
description
String
fixture description

Remarks