Add "satisfy respectively" assertion (#882)#1043
Add "satisfy respectively" assertion (#882)#1043jnyrup merged 3 commits intofluentassertions:masterfrom
Conversation
dennisdoomen
left a comment
There was a problem hiding this comment.
Absolutely love this feature!
Src/FluentAssertions/Collections/GenericCollectionAssertions.cs
Outdated
Show resolved
Hide resolved
jnyrup
left a comment
There was a problem hiding this comment.
Great implementation 👍
I'm not entirely sure about the name SatisfyRespectively.
From the name, it doesn't immediately strikes me what it's supposed to do.
@dennisdoomen IIRC you have sometimes got valuable feedback from your Twitter network for brainstorming?
Src/FluentAssertions/Collections/GenericCollectionAssertions.cs
Outdated
Show resolved
Hide resolved
10e43e9 to
cc703dc
Compare
|
Hmm, tests failed two times in a row at AppVeyor, based on the tests failed, I suppose it's related to #1022. @jnyrup @dennisdoomen can I restart build somehow other than pushing new changes? Tests are passing stable on my machine, so fails are most likely not related to my changes. |
cc703dc to
7f7f30b
Compare
|
@vanashimko Thanks for the contribution to Fluent Assertions. |
|
Which version will this be available in? |
|
@mdilovar It will be available in the next release, which will be 5.7.0. |
Add "satisfy respectively" assertion, similar to xUnit
Assert.Collection(#882).