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(
	int test,
	int left,
	int right,
	string message
)
Public Shared Sub Between ( _
	test As Integer, _
	left As Integer, _
	right As Integer, _
	message As String _
)
public:
static void Between(
	int test, 
	int left, 
	int right, 
	String^ message
)

Parameters

test
Int32
left
Int32
right
Int32
message
String

See Also

Assert Class