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

Parameters

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

See Also

Assert Class