How to include all ancestral SetUp pages in FitNesse subwikis?

断了今生、忘了曾经 提交于 2019-12-05 10:21:50

There is only one way I know of that you could do this. If you included the parent manually into the child.

So then in your FooSuite.BarSuite.SetUp you had the following line:

!include .FrontPage.FooSuite.SetUp

This would then include the Foo suite page in your Bar SetUp.

The general rule though is that any page has only one SetUp, so you have to force your way around it.

if you don't want to include the complete path to the outer Setup, you can use the following syntax

!include -c <FooSuite.SuiteSetUp
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!