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

Syntax

         
 C#  Visual Basic  Visual C++ 
public CombinatorialTestAttribute(
	CombinationType combinationType
)
Public Sub New ( _
	combinationType As CombinationType _
)
public:
CombinatorialTestAttribute(
	CombinationType combinationType
)

Parameters

combinationType
CombinationType

See Also