Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add matchers similar to those in org.hamcrest.CoreMatchers for the purposes of checking whether a ResultSet returns an expected collection of rows.
Currently we use CalciteAssert.checkResultUnordered which does the right kind of thing, but returns a Function, not a Matcher, so is less easy to use from within junit.