Unit Testing
JUnit
the reference for JUnit, the influential unit testing framework originally developed by Beck and Gamma. Comprehensive support Together v6.0.
www.extreme-java.de
for JUnit/X, an extension to JUnit developed by Andreas Heilwagen. Discussed and used in the book (though to some extent replaced by Together 6.0's Testing Framework).
Cactus
is a simple test framework for unit testing server-side Java code. Supported within Together v6.0's Testing Framework.
JUnitEE
another JUnit extension, this one to allow tests to be run from within a J2EE application server.
MockObjects
provides an inside-out approach to unit testing.
HttpUnit
a JUnit extension to test web sites from a web browser's perspective. |