Erik Doernenburg

1pod

OCMock

OCMock is an Objective-C implementation of mock objects. It provides stubs that return pre-determined values for specific method invocations, dynamic mocks that can be used to verify interaction patterns, and partial mocks to overwrite selected methods of existing objects.

License: Apache-2.0

  • Objective C