Verifies that the specified condition is true. The assertion fails if the condition is false.
Namespace:
TestArchitect.Harness.Core
Assembly:
TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void IsFalse(
string label,
bool condition
)
Public Shared Sub IsFalse (
label As String,
condition As Boolean
)
public:
static void IsFalse(
String^ label,
bool condition
)
static member IsFalse :
label : string *
condition : bool -> unit
Parameters
- label
- Type: SystemString
- condition
- Type: SystemBoolean
See Also