We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://fluentassertions.com/tips/#exceptions
The text was updated successfully, but these errors were encountered:
@jnyrup I was thinking of adding cases for
...Message.Should().Be("errorCode1");
.WithMessage("errorCode1");
...Message.Should().StartWith("errorCode1");
...WithMessage("errorCode1*");
...Message.Should().EndWith("errorCode1");
...WithMessage("*errorCode1");
does this make sense?
Sorry, something went wrong.
I think it makes perfect sense. It improves the failure message a bit and is shorter to write.
Any concerns you would like a second opinion about?
I just wanted to be sure I'm not overthinking it
Successfully merging a pull request may close this issue.
https://fluentassertions.com/tips/#exceptions
The text was updated successfully, but these errors were encountered: