开发者

Where can I find MSpec documentation?

Just discovered MSpec, and want to try it out. However, I can't find any detailed docs on it, except for开发者_StackOverflow a few quick tutorials - do they exist ?


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


Not that I've found. There are a few bits, which you've probably already seen, like:

  • GitHub page (scroll down for readme)
  • CodeBetter introductory blog post
  • Elegant Code 'Getting Started' blog post

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/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜