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

Parameters

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

See Also

Assert Class