TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Dec 2014 |
Maintained by Esteban Torres.
Thanks to the article by Mike Ash (see legal at the bottom) I came to the realization that the assertions provided by default although good in principle lack a lot of potential and decided that a better one could be done with some simple tweakings from the code in the article.
For this I created a "custom" assertion that also supports the use of CocoaLumberjack and has a "hack" to throw exceptions when the assertion fails (instead of just aborting).
The assertion has a couple of possible "configurations" explained below.
Based on an article by Mike Ash - Friday Q&A 2013-05-03: Proper Use of Asserts
Icon was taken from IconFinder.com
And used under this license
This code is under the GNU GPL License attached to the repository. Link to file here.