Merge pull request #240 from marcusoftnet/patch-1

Added specflow
pull/245/head
Rich Lander 2015-10-30 09:10:39 -07:00
commit 9e1e7d2b62
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [NSubstitute](https://github.com/nsubstitute/NSubstitute) - A friendly substitute for .NET mocking frameworks. * [NSubstitute](https://github.com/nsubstitute/NSubstitute) - A friendly substitute for .NET mocking frameworks.
* [NUnit](https://github.com/nunit/nunit) - NUnit is a unit-testing framework for all .NET languages. * [NUnit](https://github.com/nunit/nunit) - NUnit is a unit-testing framework for all .NET languages.
* [Shouldly](https://github.com/shouldly/shouldly) - Should style test assertion library with great error messages. * [Shouldly](https://github.com/shouldly/shouldly) - Should style test assertion library with great error messages.
* [SpecFlow](https://github.com/techtalk/specflow) - Cucumber clone for .NET for writing acceptance tests in natural langauge. [Site](http://www.specflow.org/)
* [tickspec](http://tickspec.codeplex.com/) - A lightweight Behaviour Driven Development (BDD) framework. * [tickspec](http://tickspec.codeplex.com/) - A lightweight Behaviour Driven Development (BDD) framework.
* [TestStack.BDDfy](https://github.com/TestStack/TestStack.BDDfy) - BDDfy is the simplest BDD framework to use, customize and extend! * [TestStack.BDDfy](https://github.com/TestStack/TestStack.BDDfy) - BDDfy is the simplest BDD framework to use, customize and extend!
* [TestStack.FluentMvcTesting](https://github.com/TestStack/TestStack.FluentMVCTesting) - Simple, terse, fluent unit testing for ASP.NET MVC Controllers. * [TestStack.FluentMvcTesting](https://github.com/TestStack/TestStack.FluentMVCTesting) - Simple, terse, fluent unit testing for ASP.NET MVC Controllers.