--
You received this message because you are subscribed to the Google Groups "specs2-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to specs2-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You can go:
Seq(1, 2, 3) must not(containAnyOf(Seq(1, 4)))
But the failure message will say:List(1, 2, 3) contains at least one of '1, 4'Which is not super precise, I need the improve that.