Merge pull request #139 from ByteBlast/patch-2

Added TestStack.FluentMvcTesting to the Testing list.
pull/140/head
Rich Lander 2014-11-30 10:15:29 -08:00
commit 83943694ab
1 changed files with 1 additions and 0 deletions

View File

@ -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.