!2 'eventually matches' pattern matches an action against a value, and it's prepared to wait awhile for the match to occur. It times out based on the ''becomes'' timeout value.
!**< def
!define test1 {!|fitlibrary.specify.DoFixtureFlowUnderTest|
|''becomes timeout''|20|
|int property|'''eventually matches'''|2|
|boolean property|'''eventually matches'''|tr.e|
|boolean property|'''eventually matches'''|t.e|
|string property|'''eventually matches'''|appl.*ie|
|''x''|1|''y''|3|'''eventually matches'''|(1,.)|
}
**!
|!-fitlibrary.spec.SpecifyFixture-!|
|${test1}|!-
fitlibrary.specify.DoFixtureFlowUnderTest |
int property |
eventually matches |
2 |
boolean property |
eventually matches |
tr.e |
boolean property |
eventually matches |
t.e expected true actual |
string property |
eventually matches |
appl.*ie |
x |
1 |
y |
3 |
eventually matches |
(1,.) |
-!|