开发者

Where can I find MSpec documentation?

开发者 https://www.devze.com 2023-02-18 04:36 出处:网络
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

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

精彩评论

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