OCMockito v1.0.0 Release Notes

  • 06 Sep 2013

    This release adopts Semantic Versioning (http://semver.org). Thanks to: Jens Nerup

    ๐Ÿ†• New dependencies:

    • Requires OCHamcrest 3.0.0.

    ๐Ÿ”‹ Features:

    • โœ… Added support for XCTest. Special thanks to Richard Clem for testing
    • โž• Added ability to match block arguments. Supported matchers:
      • anything()
      • nilValue()
      • notNilValue()
      • sameInstance()
    • โž• Added -description to mock objects to help when debugging.