这个课程的参考视频和图片来自youtube. 主要学到的知识点有: 1. organize code into packages Create a package if want to make the jar file reusable for other projects too. 2. JavaDocs- document the code In NetBeans Shortcut : /** == generate JavaDoc for method /** * Print the…
本文转自:http://www.asp.net/mvc/tutorials/older-versions/unit-testing/creating-unit-tests-for-asp-net-mvc-applications-cs The goal of this tutorial is to demonstrate how you can write unit tests for the controllers in your ASP.NET MVC applications. We di…