Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.963 Beiträge
 
#1

Unit Testing Html Helpers for ASP.NET MVC

  Alt 10. Sep 2010, 17:00
Html helpers for ASP.NET MVC are static extension methods, which frequently reference the ViewContext and *HttpContext. Combined, this can make unit testing a bit tricky. Let’s write a new Html helper using a test-first methodology. Let’s start with a prototype function: ********public ...

More...
  Mit Zitat antworten Zitat