!2 Fails if an action is pattern matched against a value
!**< def
!define test1 {!|fitlibrary.specify.DoFixtureFlowUnderTest|
|int property|does not match|2|
|int property|does not match|20|
|boolean property|does not match|te|
|boolean property|does not match|true|
|string property|does not match|appl.*ie|
|string property|does not match|rappl.*i|
|''x''|1|''y''|3|''does not match''|(1,.)|
|''x''|1|''y''|3|''does not match''|(10,.)|
}
**!
|!-fitlibrary.spec.SpecifyFixture-!|
|${test1}|!-
fitlibrary.specify.DoFixtureFlowUnderTest |
int property |
does not match |
2 |
int property |
does not match |
20 |
boolean property |
does not match |
te |
boolean property |
does not match |
true |
string property |
does not match |
appl.*ie expected apple pie actual |
string property |
does not match |
rappl.*i |
x |
1 |
y |
3 |
does not match |
(1,.) expected (1,3) actual |
x |
1 |
y |
3 |
does not match |
(10,.) |
-!|