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
)
Public Shared Sub Between ( _
	test As Short, _
	left As Short, _
	right As Short _
)
public:
static void Between(
	short test, 
	short left, 
	short right
)

Parameters

test
Int16
left
Int16
right
Int16

See Also

Assert Class