github Quick/Nimble v0.2.0
Nimble 0.2.0

latest releases: v13.3.0, v13.2.1, v13.2.0...
9 years ago

Changes in this release:

  • Change: Objective-C matchers will now all properly reject nil values. Use beNil() to match against nils.
  • Change: beEmpty() matcher no longer matches against nil
  • Change: equal() uses Swift's built-in equality comparison.
  • Change: Make objective-c matchers explicit about not accepting any arguments.
  • Removed: Undocumented beOneOf() matcher that was Swift-only.
  • New: expect().withTimeout() in objective-c for custom timeouts of async matchers.
  • New: Added Podspec for Cocoapods' Swift Branch
  • New: Documentation comments for Swift matchers
  • New: NonNilMatcherFunc which supports emitting a consistent nil error message. Matchers that use this still need to safely process nils.

Don't miss a new Nimble release

NewReleases is sending notifications on new releases.