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

Parameters

test
Byte
left
Byte
right
Byte
message
String

See Also

Assert Class