!2 'matches' pattern matches an action against a value !**< def !define test1 {!|fitlibrary.specify.DoFixtureFlowUnderTest| |int property|matches|2| |boolean property|matches|tr.e| |boolean property|matches|t.e| |string property|matches|appl.*ie| |''x''|1|''y''|3|''matches''|(1,.)| } **! |!-fitlibrary.spec.SpecifyFixture-!| |${test1}|!-
fitlibrary.specify.DoFixtureFlowUnderTest |
int property | matches | 2 |
boolean property | matches | tr.e |
boolean property | matches | t.e expected true actual |
string property | matches | appl.*ie |
x | 1 | y | 3 | matches | (1,.) |