The StringAssert type exposes the following members.

Methods

  NameDescription
AreEqualIgnoreCase
Asserts that two strings s1 and s2 are equal, ignoring the case
Contains
Asserts the string s contains the string contain
DoesNotContain
Asserts the string s contains none of the Chars in anyOf
EndsWith
Asserts the string s ends with the string pattern
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FullMatchOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsEmpty
Asserts that the string s is non null and empty
IsNonEmpty
Asserts that the string s is non null and non empty
LikeOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NotLikeOverloaded.
StartsWith
Asserts the string s starts with the string pattern
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also