公告
财富商城
积分规则
提问
发文
2019-07-15 16:06发布
来,给爷笑一个
Is it possible to express this in a RowFixture in FitNesse for .net:
contains(data) startswith(data) endswith(data)
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
!|cell handler loader| |load|SubstringHandler| |load|StartsWithHandler| |load|EndsWithHandler|
You can then do a test like this:
!|My fixture| |Content| |..contained..| |starts with..| |..ends with|
最多设置5个标签!
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: