I only use unit tests that either pass (complete or the expected exception is caught) or fail. In the same way that a 2-symbol language is Turing complete, a pass/fail system of unit tests is also complete. Adding N other levels (N >= 1) for warnings doesn't add anything and can make your type algebra unnecessarily complex.
Hi all,
For our CI setup I would like to be able to report the following results
from our unit test suite:
- number of tests aborted (started but did not complete)
- number of tests failed
- number of tests passed without warnings
- number of tests passed with warnings
The first two are supported just fine but the last two are collapsed
into a single count in the reports. In the logs, I can make out the
warning messages from the passing tests, but I can't seem to get at a
count of the number of such tests in the (XML) reports.
Any suggestions?
Thanks in advance,
--
Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS CORPORATION
FSF Associate Member #1962 Help support software freedom
http://www.fsf.org/jf?referrer=1962
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users