Skip to content

Version 0.9.2

Compare
Choose a tag to compare
@idoru idoru released this 25 Jul 21:00
· 652 commits to master since this release

Installation Changes

  • Add new install script
  • Fixed installation from paths containing spaces
  • Fixed installation to paths containing symlinks

New Features

Bug Fixes

  • Messages recorded by test doubles no longer over-retain the receiver and its arguments
  • Exceptions thrown in afterEach no longer crash the entire suite

Target Templates

Doubles

  • Methods can be stubbed multiple times
  • Non-nice fakes no longer return YES for respondsToSelector: for optional protocol methods unless a stub is provided
  • Stub arguments can now be specified with variable arguments: .with(a, b) vs .with(a).and_with(b)

Matchers

  • Cedar builds for iOS now include matchers for UIKit and CoreGraphics structs
  • Numeric comparison matchers now work with NSDecimal and NSDecimalNumber

AppCode Support

General Changes