Click or drag to resize
AssertAreNotEqual Method
Verifies that two specified strings are not equal. The assertion fails if they are 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 AreNotEqual(
	string label,
	string notExpected,
	string actual
)

Parameters

label
Type: SystemString
notExpected
Type: SystemString
actual
Type: SystemString
See Also