Verifies that an actual value is true.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public static void IsTrue(
	bool actualValue
)
Visual Basic (Declaration)
Public Shared Sub IsTrue ( _
	actualValue As Boolean _
)

Parameters

actualValue
Type: System..::.Boolean
The actual value.

Exceptions

ExceptionCondition
Gallio.Framework.Assertions..::.AssertionExceptionThrown if the verification failed unless the current AssertionFailureBehavior indicates otherwise.

See Also