JUnit: Unit Testing for Java

JUnit is a useful package for all Java programmers that wish to automate unit testing of their Java programs.

Thanks to Mike Clark for introducing me to JUnit during the Wisconsin Java Symposium, June 13-15th, 2003. His session on Test-Driven Development has inspired me to try JUnit for myself and introduce it to CS367 programming students.

Table of Contents

Other Links