Cucumber / Pickle 语句中的多字模型
我找不到任何有关如何使用 Pickle / Cucumber 语句中包含多个单词的模型的示例。以下是声明:
鉴于存在名称为“ContactForm”的访问者活动类型,
我尝试过使用空格、无空格、下划线和驼峰式大小写。但似乎没有任何作用。当然,也许我做错了什么。有人可以帮忙吗?
谢谢
I can't find any examples of how to use models that contain multiple words in a Pickle / Cucumber statement. Here is the statement:
Given a visitor_activity_type exists with name:"ContactForm"
I've tried with spaces, no spaces, underscores, and camel casing. But nothing seems to work. Of course, maybe I'm doing something else wrong. Can anybody help?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,多个单词就可以了(带空格)。您很可能缺少要使用的模型类的工厂。
Multiple word work just fine, actually (with spaces). Most likely you're missing the factory for the model class you want to use.