Join Slack
Powered by
You have two possibilities, either use the shortcu...
# atrium
r
robstoll
06/07/2018, 12:06 PM
You have two possibilities, either use the shortcut function
assert(x).contains(1,2)
or the builder
assert(…).contains.inAnyOrder.atLeast(1).values
(more on that here:
https://github.com/robstoll/atrium/#collection-assertions
)
2
Views
Open in Slack
Previous
Next