Does anyobody can explain me, how to add a test project to the asp.net MVC project after I created them without it.
I'm using ASp.net MVC 2 beta on VS2008 Dotnetframework 3.5
Thanks in advance
Gabriel
Does anyobody can explain me, how to add a test project to the asp.net MVC project after I created them without it.
I'm using ASp.net MVC 2 beta on VS2008 Dotnetframework 3.5
Thanks in advance
Gabriel
Yeh, i do it all the time. Within VS08:
In addition to what Cottsak says; you will most likely need to add a project reference to your MVC project.
Kindness,
Dan
Please note that there is no way to add the default ASP.NET MVC Test Project after a project has already been created. That is, you won't be able to get the sample HomeControllerTests and AccountControllerTests. The easiest way to get those is to add an additional full ASP.NET MVC Web Application Project with tests and then copy the code over.