This document describes the changes made to the EUnit application.
The documentation is now built with open source tools (xsltproc and fop) that exists on most platforms. One visible change is that the frames are removed.
Own Id: OTP-8201
Miscellaneous updates.
Own Id: OTP-8190
Miscellanous updates.
Own Id: OTP-8038
eunit was broken in R13B.
Own Id: OTP-8018
Mostly internal changes, in particular to the event protocol; fixes problems with timeouts that could cause eunit to hang, and makes it much easier to write new reporting back-ends.
New "surefire" report backend for Maven and Bamboo.
The test representation is no longer traversed twice (the first pass was for enumeration only). This eliminates some strange restrictions on how generators can be written, but it also means that reports cannot be quite as complete as before in the event of skipped tests.
Own Id: OTP-7964
Corrected the documentation build.
This is the first version of EUnit (for unit testing of Erlang modules) by Richard Carlsson released in OTP.