Java Reference
In-Depth Information
Chapter 13
JUnit:
Automating Unit Testing
Testing may not be your favorite task as a programmer; it probably rates just
above documentation. Yet here is a tool that has made testing more bearable
and more productive for many Java developers—and not just because it has
pretty colors and flashing lights.
13.1
W HAT Y OU W ILL L EARN
• What JUnit is and why it's getting so much attention.
• How some people test before they start coding.
• How to install and invoke JUnit.
• The major JUnit concepts that you need to understand.
• What assertions are available in JUnit.
295
Search WWH ::




Custom Search