问题描述
我有关于一个区别,我注意到手腕之间的FitNesse(与Fitsharp)的较新版本的.Net 4.0工作的问题。
I have a question concerning a difference I noticed between FiNesse and the newer version of FitNesse (with Fitsharp) to work with .Net 4.0.
在运行具有的FitNesse的旧版本测试的测试结果页面显示为而测试仍在运行特定的命令,完成每个命令的结果。
When running tests with the older version of FitNesse the test results page showed each command's result as that particular command completed while the test was still running.
随着新的FitNesse / Fitshap我发现我的测试完成它揭示了任何结果我面前。
With the newer FitNesse/Fitshap I've noticed that my test completes before it reveals any results to me.
有没有办法让FitNesse的/ Fitsharp显示实时结果?
Is there a way to get the FitNesse/Fitsharp to show real time results?
推荐答案
没有,改变fitSharp的体系结构,以使它的一些新的特点意味着一个storytest的结果被传递回FitNesse的全部一次,而不是表由表中。
No, changes in the architecture of fitSharp to enable some of its new features meant that the results of a storytest are delivered back to FitNesse all at once rather than table by table.
这篇关于FitNesse的升级到.NET 4.0 Fitsharp:实时结果显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!