Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Unit Testing MvcUploader
Unit Testing MvcUploader
Last post 05-26-2010, 8:38 AM by
maird
. 5 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
07-16-2009, 3:52 PM
54038
mxmissile
Joined on 07-16-2009
Posts 2
Unit Testing MvcUploader
Reply
Quote
The whole point of using the MVC framework IMO is to facilitate unit testing. Is there anyway you can implement a constructor for MvcUploader using HttpContextBase in the System.Web.Abstractions assembly instead of HttpContext? It would help immensely when unit testing the uploader. Thanx.
Filed under:
Unit Tests MvcUploader
07-16-2009, 11:32 PM
54043
in reply to
54038
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Unit Testing MvcUploader
Reply
Quote
Hi,
AjaxUploader is design for ASP.NET1.1 .
It can works for the ASP.NET MVC , but is not compatible for the unit testing .
Regards,
Terry
07-20-2009, 10:08 AM
54099
in reply to
54043
mxmissile
Joined on 07-16-2009
Posts 2
Re: Unit Testing MvcUploader
Reply
Quote
...
.NET 1.1 was released when?
Any else suggest a MVC compatible upload component?
09-30-2009, 9:11 AM
55967
in reply to
54099
delamitry
Joined on 03-06-2009
Houston/Los Angeles/Springfield
Posts 14
Re: Unit Testing MvcUploader
Reply
Quote
I would suggest using a testability seam for this situation as you can't reliably test the actual uploading process.
09-30-2009, 9:35 AM
55971
in reply to
55967
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Unit Testing MvcUploader
Reply
Quote
Hi,
We will consider to make an adapter for ASP.NET MVC Production and UnitTest
Regards,
Terry
05-26-2010, 8:38 AM
61328
in reply to
54038
maird
Joined on 05-26-2010
Posts 1
Re: Unit Testing MvcUploader
Reply
Quote
Bump. This is still an issue that needs to be addressed.