-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
The asserts defined in https://github.com/xunit/assert.xunit/blob/main/StringAsserts.cs
-
Contains(string expectedSubstring, string actualString)
add support for xunit StringAsserts Contains #221 -
DoesNotContain(string expectedSubstring, string actualString)
add support for xunit StringAsserts DoesNotContain #223 -
DoesNotMatch(string expectedRegexPattern, string actualString)
add support for xunit StringAsserts DoesNotMatches #225 -
DoesNotMatch(Regex expectedRegex, string actualString)
add support for xunit StringAsserts DoesNotMatches #225 -
Matches(string expectedRegexPattern, string actualString)
add support for xunit StringAsserts Matches #224 -
Matches(Regex expectedRegex, string actualString)
add support for xunit StringAsserts Matches #224 -
Empty(string value)
add support for xunit StringAsserts Empty #226 -
EndsWith(string expectedEndString, string actualString)
add support for xunit StringAsserts EndsWith #227 -
StartsWith(string expectedStartString, string actualString)
add support for xunit StringAsserts StartsWith #228 -
Equal(string expected, string actual)
add support for xunit StringAsserts Equals #229
Metadata
Metadata
Assignees
Labels
No labels