有人使用 Spectre BDD 框架吗?
我正在阅读 Ayende 的书 和 Boo 语言 我看到了对 Spectre BDD 框架。
我想知道是否有人在他们的项目中使用它,效果如何以及是否有更多示例和/或建议阅读。
以防万一您想知道,我是一名 C# 开发人员,因此我计划在 C#/.NET 环境中使用它。
I was reading the example chapter from the book by Ayende and on the website of the Boo language I saw a reference to the Specter BDD Framework.
I am wondering if anybody is using it in their project, how that works out and if there are more examples and/or suggested readings.
Just in case you are wondering, I'm a C# developer and so I plan to use it in a C#/.NET environment.
A few year later visiting this question. I think we can safely assume Specflow and some others like NSpec became the tools we are using.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我没有使用它,但我看过它的演示。 这是很不错的。
Boo 在解析和解释语言本身方面有很多有趣的扩展点,这使得它非常适合编写像 Spectre 这样的框架。 最终结果比使用 C# 等语言获得的效果要漂亮得多。
不幸的是,事实上 Boo 并不是“现成的”,并且不能简单地成为您签入源代码树并使用的东西,这确实阻碍了它的发展。 与仅仅选择像 NSpec 这样的框架相比,采用成本要高得多。
I'm not using it, but I've seen demos of it. It's very nice.
Boo has a lot of interesting extensibility points in parsing and interpreting the language itself that make it ideal for writing frameworks like Specter. The end result is much nicer looking than you'd be able to get with languages like C#.
Unfortunately, the fact that Boo isn't "in the box" and can't simply be something you check into your source tree and use really holds it back here. It's a much heavier adoption cost than just picking a framework like NSpec.
我已经使用了一点,我现在正在开始一个新项目,我计划使用 Spectre。 我真的很享受。
I have used it a little, I'm starting a new project right now and I plan on using specter. I'm really enjoying it.