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
)
Public Shared Sub AreNotEqual (
label As String,
notExpected As String,
actual As String
)
public:
static void AreNotEqual(
String^ label,
String^ notExpected,
String^ actual
)
static member AreNotEqual :
label : string *
notExpected : string *
actual : string -> unit
Parameters
- label
- Type: SystemString
- notExpected
- Type: SystemString
- actual
- Type: SystemString
See Also