caption 发表于 2010-8-9 15:10:25

【推荐原文】Unit tests with JUnit

原文作者:David Neary
原文链接:http://www.linux.ie/articles/tutorials/junit.php
Contents:
 1. Why write tests?
  1)To test code
  2)To document interfaces
  3)To locate bugs
  4)To fix bugs
 2. JUnit
 3. How to use it
  1) Starting a class
  2) Full speed ahead
 4. Testing edge cases
 5. Conclusion
页: [1]
查看完整版本: 【推荐原文】Unit tests with JUnit