JUnit is a Java testing framework. Since testing is not closely integrated with development, it prevents you from measuring the progress of development. You can't tell when something starts working or when something stops working. Using JUnit you can cheaply and incrementally build a test suite that will help you measure your progress, spot unintended side effects, and focus your development efforts.
| Tags | Software Development Testing |
|---|
A simple tool for managing the urge to do "just one more thing".
- All comments
Recent commentsNice - now displays correctly when more than 999 tests
Was wondering before if the bug with more than 999 ment that authors always had only few tests :)