From cb6c8c7fbf736c1bf34d5a5caec9bf4f2d98a93b Mon Sep 17 00:00:00 2001 From: "Mr. Byte" Date: Sun, 30 Nov 2014 14:36:36 +0000 Subject: [PATCH] Added TestStack.FluentMvcTesting to the Testing list. --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 919a755..6f71fed 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -145,6 +145,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [NUnit](https://github.com/nunit/nunit) - NUnit is a unit-testing framework for all .NET languages. * [tickspec](http://tickspec.codeplex.com/) A lightweight Behaviour Driven Development (BDD) framework. * [xUnit](https://github.com/xunit/xunit) - xUnit.net is a community-focused unit testing tool for the .NET Framework. + * [TestStack.FluentMvcTesting](https://github.com/TestStack/TestStack.FluentMVCTesting) - Simple, terse, fluent unit testing for ASP.NET MVC Controllers * Dependency Injection * [Autofac](http://autofac.org/) - Autofac is an addictive Inversion of Control container for .NET 4.5, Silverlight 5, Windows Store apps, and Windows Phone 8 apps.