!2 'is' checks an action against a value
!**< def
!define test1 {!|fitlibrary.specify.DoFixtureFlowUnderTest|
|''int property''|'''is'''|2|
|''boolean property''|'''is'''|true|
|''string property''|'''is'''|apple pie|
* Any differences are also shown in the cell, with deletions shown cross-out and insertions shown in bold. Matching text is shown in white:
|''string property''|'''is'''|apple and blueberry es are great|
|''missing property''|'''is'''|pi|
|''ambiguous''|1|is|2|
|''x''|1|''y''|3|''is''|(1,3)|
}
**!
|!-fitlibrary.spec.SpecifyFixture-!|
|${test1}|!-
fitlibrary.specify.DoFixtureFlowUnderTest |
string property |
is |
apple pie |
- Any differences are also shown in the cell, with deletions shown cross-out and insertions shown in bold. Matching text is shown in white:
string property |
is |
apple and blueberry es are great expected apple pie actual apple and blupieberry es are great diff |
missing property Missing class or Missing method. |
is |
pi |
ambiguous Ambiguity |
1 |
is |
2 |
-!|