From 4c900a5212fd23d5ba9d70d404bcd2938ac5e346 Mon Sep 17 00:00:00 2001 From: Marcus Hammarberg Date: Fri, 30 Oct 2015 15:37:26 +0700 Subject: [PATCH] Added specflow --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 2601584..94862ad 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -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. * [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. + * [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. * [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.