blob: fc6a9f306919bbbc0341905d4df69735c6f590e5 [file] [log] [blame] [edit]
---
layout: post
title: OCMock 1.29 released
tags:
- Release
status: publish
type: post
published: true
---
<p>With this new release OCMock supports <a href="http://code.google.com/p/hamcrest/wiki/TutorialObjectiveC">hamcrest matchers</a> like this:
</p><pre><code>[[mock expect] doSomething:startsWith(@"foo")]</pre></code>