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