是否可以在FitNesse的RowFixture中为.net:
表达这一点contains(data)
startswith(data)
endswith(data)
答案 0 :(得分:4)
快速浏览后,我找到了自己问题的答案:
您可以添加单元格处理程序以向测试添加特定行为
!|cell handler loader|
|load|SubstringHandler|
|load|StartsWithHandler|
|load|EndsWithHandler|
然后你可以做这样的测试:
!|My fixture|
|Content|
|..contained..|
|starts with..|
|..ends with|