Just before Fit is run on a particular table, all dynamic variables are substituted in that table's cells. This allows Fit tables, used within the context of a ''!-DoFixture-!'' in flow, to make use of dynamic variables that are set from with ''!-FitLibrary-!'' tables/fixtures.
!**< def
!define test (!|fitlibrary.DoFixture|
|set|fortyThree|to|43|
|!-fit.specify.MyColumnFixture-!|
|x|x?|
|43|@{fortyThree}|
|5|5|
)
**!
|!-fitlibrary.spec.SpecifyFixture-!|
|${test}|!-
fit.specify.MyColumnFixture |
x |
x? |
43 |
43 |
5 |
5 |
-!|