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

Parameters

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

See Also

Assert Class