【推荐原文】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]