aldream

BlogJava 首页 新随笔 联系 聚合 管理
  1 Posts :: 10 Stories :: 1 Comments :: 0 Trackbacks

测试

     摘要: 原文出处:http://www.laliluna.de/assets/tutorials/debugging-jsp-java-tutorial-en.pdf

This tutorial gives you an overview of how to use the debugging feature of eclipse to debug your web or Java projects.  阅读全文
posted @ 2007-11-12 14:53 aldream 阅读(1169) | 评论 (0)  编辑

     摘要: 使用JUnit時,您主要都是透過繼承TestCase類別來撰寫測試案例,預設上您可以使用testXXX() 名稱來撰寫單元測試。

在測試一個單元方法時,有時您會需要給它一些物件作為運行時的資料,例如您撰寫下面這個測試案例:  阅读全文
posted @ 2007-11-11 00:55 aldream 阅读(589) | 评论 (0)  编辑