TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Esteban Torres.
Companion assert helper for the KZAssert's assertions suite.
KZAsserts
provides a great amount of helper assertions that provide testing capabilities even during production code.
Unfortunately it provides a preset of specific cases but no "run block" scenario.
ETAssert
will execute the provided ^(NSError *){ /*code here*/ }
block in case you need to return something other than NO
or nil
.