<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/eunit/include, branch KennethL-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update EUnit license headers to dual Apache2/LGPL</title>
<updated>2016-11-23T15:34:27+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2015-07-08T13:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4273cbd12075265853bb4791fb74c11032b9be05'/>
<id>4273cbd12075265853bb4791fb74c11032b9be05</id>
<content type='text'>
This makes it clear that Apache 2.0 applies, without dropping the old LGPL
licensing, and makes all the EUnit file headers look the same as upstream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it clear that Apache 2.0 applies, without dropping the old LGPL
licensing, and makes all the EUnit file headers look the same as upstream.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure asserts are enabled in eunit.hrl</title>
<updated>2016-09-14T10:02:05+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2016-09-13T07:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6a3f0814ca24ebf01be174fd89500007506f104f'/>
<id>6a3f0814ca24ebf01be174fd89500007506f104f</id>
<content type='text'>
When asserts were moved out to a separate header file, the automatic
enabling of asserts when testing is enabled stopped working.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When asserts were moved out to a separate header file, the automatic
enabling of asserts when testing is enabled stopped working.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace suggested debugValAll/1 macro with debugVal/2</title>
<updated>2016-05-20T07:07:15+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2016-05-19T19:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=10e106229b5a2006f2e7cf337a048859011f8798'/>
<id>10e106229b5a2006f2e7cf337a048859011f8798</id>
<content type='text'>
Also make the default depth for debugVal/1 possible to override
by defining the macro EUNIT_DEBUG_VAL_DEPTH.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also make the default depth for debugVal/1 possible to override
by defining the macro EUNIT_DEBUG_VAL_DEPTH.
</pre>
</div>
</content>
</entry>
<entry>
<title>eunit: Add ?debugValAll macro</title>
<updated>2016-04-22T17:55:39+00:00</updated>
<author>
<name>Yuki Ito</name>
<email>yuki@gnnk.net</email>
</author>
<published>2016-04-22T17:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d6f5a1d972b76335613ac4ec83d8de8ca1aa7260'/>
<id>d6f5a1d972b76335613ac4ec83d8de8ca1aa7260</id>
<content type='text'>
Add a macro which works much like ?debugVal, but doesn't truncate terms to
print.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a macro which works much like ?debugVal, but doesn't truncate terms to
print.
</pre>
</div>
</content>
</entry>
<entry>
<title>rm assertReceive, due to a leftover of a conflict resolution</title>
<updated>2015-12-03T09:13:58+00:00</updated>
<author>
<name>Zandra</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-12-03T09:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d4bf329e7975eca4eab3522766785b3ae624aa8f'/>
<id>d4bf329e7975eca4eab3522766785b3ae624aa8f</id>
<content type='text'>
c574bd33c39d91c487c3fcd819226ecfc46c13c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c574bd33c39d91c487c3fcd819226ecfc46c13c8
</pre>
</div>
</content>
</entry>
<entry>
<title>Break out assert macros from eunit to stdlib assert.hrl</title>
<updated>2015-06-03T14:52:26+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2012-05-19T20:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c574bd33c39d91c487c3fcd819226ecfc46c13c8'/>
<id>c574bd33c39d91c487c3fcd819226ecfc46c13c8</id>
<content type='text'>
Several people have requested that the assert macros in EUnit should be
moved out to a separate header file. This patch puts them in
stdlib/include/assert.hrl, which gets included by the eunit.hrl file.
Thus, nothing changes for eunit users, but the asserts can now also be
included separately.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several people have requested that the assert macros in EUnit should be
moved out to a separate header file. This patch puts them in
stdlib/include/assert.hrl, which gets included by the eunit.hrl file.
Thus, nothing changes for eunit users, but the asserts can now also be
included separately.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add ?assertReceive(Guard, Timeout) macro to eunit"</title>
<updated>2015-05-28T08:04:00+00:00</updated>
<author>
<name>Zandra Hird</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-05-28T08:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d11615cf24964b45e7fc488acaa03b54cbe16af3'/>
<id>d11615cf24964b45e7fc488acaa03b54cbe16af3</id>
<content type='text'>
This reverts commit e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ?assertReceive(Guard, Timeout) macro to eunit</title>
<updated>2015-05-18T12:27:56+00:00</updated>
<author>
<name>Serge Aleynikov</name>
<email>saleyn@gmail.com</email>
</author>
<published>2015-02-14T22:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5'/>
<id>e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-11660: make eunit unicode safe</title>
<updated>2015-03-12T22:04:30+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2015-03-12T22:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=65d41cb6c514308ab11645dc2d0842d4f6b629a4'/>
<id>65d41cb6c514308ab11645dc2d0842d4f6b629a4</id>
<content type='text'>
All output from eunit is unicode, including the surefire XML files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All output from eunit is unicode, including the surefire XML files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2013-07-30T07:13:57+00:00</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>fredrik@erlang.org</email>
</author>
<published>2013-07-30T07:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1a3bf3f3f8a4c4398fbc0eb9f83412e33ee28f5f'/>
<id>1a3bf3f3f8a4c4398fbc0eb9f83412e33ee28f5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
