!2 'is' checks an action against a value !**< def !define test1 {!|fitlibrary.specify.DoFixtureFlowUnderTest| |int property|is not|200| |boolean property|is not|false| |string property|is not|apple pi| |missing property|is not|pie| |ambiguous|1|is|2| |''x''|1|''y''|3|''is not''|(1,300)| } **! |!-fitlibrary.spec.SpecifyFixture-!| |${test1}|!-
fitlibrary.specify.DoFixtureFlowUnderTest

int property is not 200

boolean property is not false

string property is not apple pi

missing property
Missing class or Missing method.
is not pie

ambiguous
Ambiguity
1 is 2

x 1 y 3 is not (1,300)
-!|