TestStack / TestStack.FluentMVCTesting

Simple, terse, fluent automated testing for ASP.NET MVC Controllers
http://fluentmvctesting.teststack.net/
MIT License
99 stars 21 forks source link

Support for Mvc 6 #53

Open AlexArchive opened 9 years ago

AlexArchive commented 9 years ago

It would be nice to have support Mvc 6.

I am eager to try my hand at this but I recommend that we wait until:

  1. The public Api is locked down
  2. There is more documentation etc. on the build infrastructure

I suspect we'll have to change the implementation considerably in some places but I am not yet sure.

AlexArchive commented 9 years ago

I stumbled upon a couple of posts on this subject. I am posting them here for future reference and for anyone else who may be interested:

I will post more posts that I think might be relevant as I come across them.

robdmoore commented 9 years ago

Nice!

On 12 Feb 2015, at 1:24 am, ByteBlast notifications@github.com wrote:

I stumbled upon a couple of posts on the subject of upgrading to Mvc 6. I will post them here for the future reference and for anyone who might be interested.

Update on Autofac and ASP.NET vNext -An ASP.NET vNext Build and Repo Structure Braindump — Reply to this email directly or view it on GitHub.

Tgueth commented 8 years ago

Any update? While API still has some flux, it does appear to be settling down. Would be interested in knowing if anyone is working on this yet.

robdmoore commented 8 years ago

I'm happy for anyone that wants to give this a go to go for it :)

ivaylokenov commented 8 years ago

I have implemented similar testing framework for ASP.NET Core. It is available here: https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc It is in preview state, because it needs more work but controller and route testing should work without any issue. :)