aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/doc/overview.edoc
AgeCommit message (Collapse)Author
2017-03-13Fix small typosDimitar Haralanov
2016-05-20Replace suggested debugValAll/1 macro with debugVal/2Richard Carlsson
Also make the default depth for debugVal/1 possible to override by defining the macro EUNIT_DEBUG_VAL_DEPTH.
2016-04-23eunit: Add ?debugValAll macroYuki Ito
Add a macro which works much like ?debugVal, but doesn't truncate terms to print.
2015-11-17[eunit] Correct documentationHans Bolinder
Fix mistakes found by 'xmllint'.
2015-09-12Document eunit's default 5 second test timeoutSteven Danna
2015-05-28Revert "Add ?assertReceive(Guard, Timeout) macro to eunit"Zandra Hird
This reverts commit e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5.
2015-05-18Add ?assertReceive(Guard, Timeout) macro to eunitSerge Aleynikov
A convenience macro used for testing message passing logic by allowing to fail if a message matching a `Guard` is not received in the mailbox of the current process.
2015-05-08Add mention of ?assertNotMatch and ?assertNotEqualDerek Brown
These two macros are defined in eunit.hrl, but are missing in this documentation.
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2012-08-10documentation fixesRichard Carlsson
2012-08-10add {test,M,F} as a better variant of {M,F} and make the latter obsoleteRichard Carlsson
2011-09-25updated author e-mails and homepagesRichard Carlsson
2011-08-30Updated to EUnit version 2.2.0Richard Carlsson
New macros assertNotMatch(Guard, Expr), assertNotEqual(Unexpected, Expr), and assertNotException(Class, Term, Expr). The debugMsg macro now also prints the pid of the current process. When testing all modules in a directory, tests in <Module>_tests.erl are no longer executed twice. The use of 'regexp' internally has been replaced with 're'.
2010-07-26Remove wrong ')' in eunit overview edocTuncer Ayaz
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP