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

Parameters

test
Int64
left
Int64
right
Int64

See Also

Assert Class