Open GoogleCodeExporter opened 8 years ago
Are you saying that you want to have more information on *why* a particular
invocation didn't match? You can get that by rewriting to `1 *
repository.persist(_) >> { assert ... }`, although the semantics aren't
completely the same.
PS: The interaction in your example won't work as intended. An argument
constraint is a single boolean expression, i.e. you'll need to connect all
equals comparisons via `&&`.
Original comment by pnied...@gmail.com
on 7 Nov 2014 at 1:22
Ok, you're right - thx for the update!
Original comment by marcin.g...@gmail.com
on 8 Nov 2014 at 8:24
Original issue reported on code.google.com by
marcin.g...@gmail.com
on 7 Nov 2014 at 1:13