The OldStringAssert type exposes the following members.

Methods

  NameDescription
AreEqualIgnoreCase
Asserts that two strings are equal, ignoring the case
Contains
DoesNotContain
Asserts the string does not contain c
EndsWith
FullMatchOverloaded.
IsEmpty
Asserts that the string is non null and empty
IsNonEmpty
Asserts that the string is non null and non empty
LikeOverloaded.
NotLikeOverloaded.
StartsWith

Extension Methods

  NameDescription
FormatOverloaded.

See Also