New to Unit Testing
I would like to know how to implement unit testing in an existing (quite large) application using visual studio 2008 (.net 2.0).
I would like to know how to implement unit testing in an existing (quite large) application using visual studio 2008 (.net 2.0).
I am testing code in a MVC HTML helper that throws an error when trying to get the application path:
I have googled this a little and didn’t really find the answer I needed.
I’m using StructureMap in a web project for DI IOC. It works perfect, but I don’t have a clue how to write unit tests with StructureMap.
I am using Moq for unit testing and I would like to test for a view’s attribute.
In this case the Authorize attribute.
I have an existing asp.net webforms application that I would like to add some unit testing to but am unsure of exactly how to go about it.
How can create a unit test for the the Page_Load function in ASP.net?
I’m currently building a .net web application that uses WCF web services to allow a Flex front end to access the database.
I have the below class and test class written using Moq: