Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xunit: define codefixes for StringAsserts with StringComparison #244

Open
5 tasks
Meir017 opened this issue Oct 30, 2023 · 0 comments
Open
5 tasks

xunit: define codefixes for StringAsserts with StringComparison #244

Meir017 opened this issue Oct 30, 2023 · 0 comments

Comments

@Meir017
Copy link
Member

Meir017 commented Oct 30, 2023

Remaining issues from #145

Assertions with StringComparison comparisonType

  • Contains(string expectedSubstring, string actualString, StringComparison comparisonType)
  • DoesNotContain(string expectedSubstring, string actualString, StringComparison comparisonType)
  • Equal(string expected, string actual, bool ignoreCase = false, bool ignoreLineEndingDifferences = false, bool ignoreWhiteSpaceDifferences = false, bool ignoreAllWhiteSpace = false)
  • EndsWith(string expectedEndString, string actualString, StringComparison comparisonType)
  • StartsWith(string expectedStartString, string actualString, StringComparison comparisonType)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant