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