TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2015 |
Maintained by Håvard Fossli.
Similar to NSAssert, but with slightly improved logging and is meant to ship with apps in release.
Benefits of using this over NSAssert:
AG_BLOCK_ASSERTIONS
and not NS_BLOCK_ASSERTIONS
.The assert will raise an exception.
Recommended reading about asserts http://www.mikeash.com/pyblog/friday-qa-2013-05-03-proper-use-of-asserts.html