脚本 table 夹具重用记录在哪里?
Where is script table fixture reuse documented?
我在某处读到,如果我单独在一行中以 |script|
开始一个 table,而不指定夹具名称,FitNesse / Slim 将重用前一个脚本中的夹具 table:
|script|my script table fixture|
|check|do something|ok|
Then something else happens, but later I want to keep using that fixture:
|script|
|check|do something else|ok|
但是现在我找不到记录它的地方。 the documentation page for script tables 上未提及。这个功能实际描述在哪里?
它在您链接的页面上,虽然不太清楚:
If there is no actor specified then the previous script table's actor on this test page will be used.
我在某处读到,如果我单独在一行中以 |script|
开始一个 table,而不指定夹具名称,FitNesse / Slim 将重用前一个脚本中的夹具 table:
|script|my script table fixture|
|check|do something|ok|
Then something else happens, but later I want to keep using that fixture:
|script|
|check|do something else|ok|
但是现在我找不到记录它的地方。 the documentation page for script tables 上未提及。这个功能实际描述在哪里?
它在您链接的页面上,虽然不太清楚:
If there is no actor specified then the previous script table's actor on this test page will be used.