I'm evaluating the Fitnesse as an acceptance test tool. Is there any way to automatically generate fixture class from fitness test pages?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
No. In the fitness test pages you define the input data and the expected results but you have to write your fixture classes by your self or if you are lucky you may find something similar with what you need in the internet (for example you could find some oracle fixture and then you don't have to write that).