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 format,
	Object[] args
)
Public Shared Sub Between ( _
	test As Integer, _
	left As Integer, _
	right As Integer, _
	format As String, _
	args As Object() _
)
public:
static void Between(
	int test, 
	int left, 
	int right, 
	String^ format, 
	array<Object^>^ args
)

Parameters

test
Int32
left
Int32
right
Int32
format
String
args
array<Object>[]()[]

See Also

Assert Class