-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
vbNullstring (VBA: StrPtr = 0) is null in C#.
Add a Assert methode to compare strings (with string parameters for actual/expected)
Possible variants (interface for VBA):
Assert.AreEqual Expected, Actual, "InfoText", ++ string compare parameter ++Assert.StringCompare(IgnoreCase:=False, VbNullStringEqualEmptyString:=True).AreEqual Expected, ActualAssert.StringCompare(Compare:= vbTextCompare).AreEqual Expected, ActualAssert.StringCompare(....).That Actual, Iz.EqualTo(Expected)
Note: Maybe this is useful for other data types as well.
Metadata
Metadata
Assignees
Labels
No labels