Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Improvements to teskit for simplifying tests using action-based queri…
…es (#1544) Improvements to teskit for simplifying tests using action-based queries Added shouldYield operator so that we can now have query shouldYield aValue instead of query.map(_ shouldBe aValue) query shouldYield Set(...) instead of query.map(_.toSet shouldBe Set(...)) Similarly for Seq and List
- Loading branch information
Showing
with
17 additions
and 7 deletions.