Next: Interfaces
Up: Unit Testing in Java
Previous: Unit Testing and JUnit
As we've seen, unit tests can be a great tool for writing robust code.
But as programs become increasingly complex, the tests over that code
become more complex as well. JUnit provides many sophisticated ways to
test code, beyond just what we've presented in this short introduction.
For more examples and information, see the JUnit Cookbook, available at
http://www.junit.org.
Corky Cartwright
2004-02-05