* Wrap the current object with a ''!-ConstraintTraverse-!'', which is applied to the rest of the table.
* With "'''constraint'''", the examples are expected to succeed (the method returns true).
* With "'''failing constraint'''", the examples are expected to fail (the method returns false).
!**< def
!define test (!|fitlibrary.specify.workflow.SelectWrap|
|'''constraint'''|
|''a <''|''b''|
|1|2|
|-100|200|
|'''failing constraint'''|
|''a <''|''b''|
|10|2|
|1000|200|
)
**!
|!-fitlibrary.spec.SpecifyFixture-!|
|${test}|!-
fitlibrary.specify.workflow.SelectWrap |
constraint |
a < |
b |
1 |
2 |
-100 |
200 |
failing constraint |
a < |
b |
10 |
2 |
1000 |
200 |
-!|