You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we've two shortcuts all-rows and no-rows to work with predicates. It should be possible to define two new shortcuts named some-rows and single-row.
some-rows will return a success when at least one row is validating the predicate. Equivalent to more-than 1 single-row will return a success when at one and only one row is validating the predicate. Equivalent to equalTo 1
The text was updated successfully, but these errors were encountered:
Seddryck
changed the title
Support of a new shortcut named some for the constraint row-count associated to a filter
Support of a new shortcuts named some-rows and only-one-row for assertions with predicates
Oct 24, 2017
Seddryck
changed the title
Support of a new shortcuts named some-rows and only-one-row for assertions with predicates
Support of a new shortcuts named some-rows and single-row for assertions with predicates
Oct 25, 2017
Currently we've two shortcuts
all-rows
andno-rows
to work with predicates. It should be possible to define two new shortcuts namedsome-rows
andsingle-row
.some-rows
will return a success when at least one row is validating the predicate. Equivalent tomore-than 1
single-row
will return a success when at one and only one row is validating the predicate. Equivalent toequalTo 1
The text was updated successfully, but these errors were encountered: