Asserts that test is between left and right.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void Between(
	IComparable test,
	IComparable left,
	IComparable right,
	string message
)
Public Shared Sub Between ( _
	test As IComparable, _
	left As IComparable, _
	right As IComparable, _
	message As String _
)
public:
static void Between(
	IComparable^ test, 
	IComparable^ left, 
	IComparable^ right, 
	String^ message
)

Parameters

test
IComparable
left
IComparable
right
IComparable
message
String

See Also

Assert Class