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

Parameters

test
Single
left
Single
right
Single

See Also

Assert Class