!2 'contains' checks that the actual value, as a string, contains the expectect value
!**< def
!define test {!|fitlibrary.specify.DoFixtureFlowUnderTest|
|int property|contains|2|
|boolean property|contains|tru|
|boolean property|contains|ue|
|string property|contains|apple|
|string property|contains|orange|
|''x''|1|''y''|3|''contains''|(1,|
|''x''|1|''y''|3|''contains''|(x,|
}
**!
|!-fitlibrary.spec.SpecifyFixture-!|
|${test}|!-
fitlibrary.specify.DoFixtureFlowUnderTest |
boolean property |
contains |
tru |
boolean property |
contains |
ue |
string property |
contains |
apple |
string property |
contains |
orange expected apple pie actual |
x |
1 |
y |
3 |
contains |
(x, expected (1,3) actual |
-!|