Join Slack
Powered by
If the list is constant then: `list.extracting(::n...
# kotlintest
s
sam
09/07/2019, 4:10 AM
If the list is constant then:
list.extracting(::name, ::location).shouldFill("sam", "chicago")
Open in Slack
Previous
Next