Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-13 | Fix small typos | Dimitar Haralanov | |
2016-05-20 | Replace suggested debugValAll/1 macro with debugVal/2 | Richard Carlsson | |
Also make the default depth for debugVal/1 possible to override by defining the macro EUNIT_DEBUG_VAL_DEPTH. | |||
2016-04-23 | eunit: Add ?debugValAll macro | Yuki Ito | |
Add a macro which works much like ?debugVal, but doesn't truncate terms to print. | |||
2015-11-17 | [eunit] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-09-12 | Document eunit's default 5 second test timeout | Steven Danna | |
2015-05-28 | Revert "Add ?assertReceive(Guard, Timeout) macro to eunit" | Zandra Hird | |
This reverts commit e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5. | |||
2015-05-18 | Add ?assertReceive(Guard, Timeout) macro to eunit | Serge 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-08 | Add mention of ?assertNotMatch and ?assertNotEqual | Derek Brown | |
These two macros are defined in eunit.hrl, but are missing in this documentation. | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2012-08-10 | documentation fixes | Richard Carlsson | |
2012-08-10 | add {test,M,F} as a better variant of {M,F} and make the latter obsolete | Richard Carlsson | |
2011-09-25 | updated author e-mails and homepages | Richard Carlsson | |
2011-08-30 | Updated to EUnit version 2.2.0 | Richard 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-26 | Remove wrong ')' in eunit overview edoc | Tuncer Ayaz | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |