FitNesse RowFixture:contains,startsWith,endsWith

时间:2009-04-20 08:11:45

标签: .net fitnesse

是否可以在FitNesse的RowFixture中为.net:

表达这一点
contains(data)
startswith(data)
endswith(data)

1 个答案:

答案 0 :(得分:4)

快速浏览后,我找到了自己问题的答案:

您可以添加单元格处理程序以向测试添加特定行为

!|cell handler loader|
|load|SubstringHandler|
|load|StartsWithHandler|
|load|EndsWithHandler|

然后你可以做这样的测试:

!|My fixture|
|Content|
|..contained..|
|starts with..|
|..ends with|