Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Testing

qvacua edited this page Jan 22, 2013 · 3 revisions

Prerequisites

  • OCHamcrest: Put the framework in /Library/Frameworks
  • OCMockito: This is my fork with some more willReturn-methods. Put the framework in /Library/Frameworks

Asserts and Matchers

  • Use is() instead of equalTo().
  • Use boxed expressions when possible instead of different assertThatXYZ, ie assertThat(@(1 + 1), is(@2)).
Clone this wiki locally