开发者

FitNesse/Slim String Operators

开发者 https://www.devze.com 2022-12-28 22:13 出处:网络
Is it possible to express this in a Query Table in FitNesse with SLIM for .net: contains(data) startswith(data)

Is it possible to express this in a Query Table in FitNesse with SLIM for .net:

contains(data)
startswith(data)
end开发者_如何学编程swith(data)

I know from a previous question it was possible for FitNesse/Fit with cell handler loader. I'm looking for the equivalent in Slim.


you can use regular expressions with slim, check it out: http://fitnesse.org/FitNesse.FullReferenceGuide.UserGuide.WritingAcceptanceTests.SliM.ValueComparisons


No, the Slim test system doesn't provide a way to customize the comparison of cell contents.

0

精彩评论

暂无评论...
验证码 换一张
取 消