-
Notifications
You must be signed in to change notification settings - Fork 731
Add AllBe for string collections #1332
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
Add AllBe for string collections #1332
Conversation
dennisdoomen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
The XML docs and test names are a bit weird. It provided two suggestions to help you get the gist.
Tests/FluentAssertions.Specs/Equivalency/CollectionEquivalencySpecs.cs
Outdated
Show resolved
Hide resolved
jnyrup
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 👍
Please add a line to docs\_pages\releases.md
It would also be nice with an example in docs\_pages\collections.md
It could be added right under stringCollection.Should().ContainMatch("* failed");
|
@dennisdoomen, @jnyrup thanks for the review! |
|
Looks like you still need to accept the API changes using |
…ing-collections # Conflicts: # docs/_pages/releases.md
Implements feature #1263.
IMPORTANT