在哪里可以找到 MSpec 文档?
刚刚发现MSpec,想尝试一下。但是,除了一些快速教程之外,我找不到任何详细的文档 - 它们存在吗?
Just discovered MSpec, and want to try it out. However, I can't find any detailed docs on it, except for a few quick tutorials - do they exist ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于 MSpec 是在 RSpec 之后建模的,因此您可以使用 rspec dsl 来感受一下 mspec 语言。
在 MSpec-Sources 中,您可以找到许多示例。只需查看 *Specs.cs 文件即可。经典示例是 Machine.Specifications.Example\银行规格.cs
Since MSpec is modelled after RSpec you can use the documentatin for rspec dsl to get a feeling for the mspec language.
In the MSpec-Sources you can find many examples. Just look onto the *Specs.cs files. The classical example is Machine.Specifications.Example\BankingSpecs.cs
不是我发现的。其中有一些内容您可能已经看过,例如:
如果您发现任何更实质性的内容,请告诉我!
编辑
这篇博文包含一些资源的链接:
http://www.awkwardcoder.com/index.html php/2010/04/13/how-to-mspec/
Not that I've found. There are a few bits, which you've probably already seen, like:
If you find anything more substantial, please let me know!
EDIT
This blog post has links to a few resources:
http://www.awkwardcoder.com/index.php/2010/04/13/how-to-mspec/