OCMock

OCMock is a new framework for testing Objective-C code using mock objects. Its trampoline-based interface is extremely simple: Expectations A trampoline records the message to expect, and the mock later checks to see whether your test code caused the same message to be sent to it. (It doesn’t seem to check the order or number … Continue reading OCMock