我正在使用带有 C# 和 FitSharp 的 Fitnesse。
我的测试想要测试返回的字符串“Error”。然而,这被解释为“错误”关键字,测试失败。
我如何告诉 Fitnesse 将其视为字符串?
Example markup...
!|GetReasonFixture|
|Reason |
|Error |
#|{{{Error}}} | <--- this doesn't work
#|!-Error-! | <--- neither does this
#|${MyVar} | <--- nope