Click or drag to resize
AssertIsTrue Method
Verifies that the specified condition is false. The assertion fails if the condition is true.

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 IsTrue(
	string label,
	bool condition
)

Parameters

label
Type: SystemString
condition
Type: SystemBoolean
See Also