Click or drag to resize
AssertAreEqual Method
Verifies that two specified strings are equal. The assertion fails if they are not equal.

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 AreEqual(
	string label,
	string expected,
	string actual
)

Parameters

label
Type: SystemString
expected
Type: SystemString
actual
Type: SystemString
See Also