FitNesse RowFixture:包含、开始、结束
是否可以在 FitNesse for .net 的 RowFixture 中表达这一点:
contains(data)
startswith(data)
endswith(data)
Is it possible to express this in a RowFixture in FitNesse for .net:
contains(data)
startswith(data)
endswith(data)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
快速浏览后,我找到了自己问题的答案:
您可以添加单元处理程序以向测试中添加特定行为
然后您可以进行如下测试:
After a quick look around, I found the answer to my own question:
You can add cell handlers to add specific behavior to your tests
You can then do a test like this: