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
extracting
having
One thing worth exploring would be to add in addition to/replace extracting with a version of eachHaving that more directly mirrors having ex:
eachHaving
assertThat(allUsers).eachHaving(User::name).isEqualTo(listOf("Alice", "Bob", "Eve")) assertThat(allUsers).eachHaving("name") { it.name }.isEqualTo(listOf("Alice", "Bob", "Eve"))
Originally posted by @evant in #521 (comment)
I thought this was worth keeping around as a separate issue.
I'm keen to tackle it so opening the issue is as much to help me remember as anything!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @evant in #521 (comment)
I thought this was worth keeping around as a separate issue.
I'm keen to tackle it so opening the issue is as much to help me remember as anything!
The text was updated successfully, but these errors were encountered: