Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于 FiNesse 和新版本的 FitNesse(带有 Fitsharp)与 .Net 4.0 之间的差异的问题。
当使用旧版本的 FitNesse 运行测试时,测试结果页面会显示每个命令的结果,因为该特定命令在测试仍在运行时完成。
使用较新的 FitNesse/Fitshap,我注意到我的测试在向我显示任何结果之前就完成了。
有没有办法让 FitNesse/Fitsharp 显示实时结果?
不,fitSharp 架构的更改以启用其一些新功能意味着故事测试的结果将一次性全部返回给 FitNesse,而不是逐个表格。