Spry

Spry is a Mac and iOS Playgrounds Unit Testing library based on Nimble.

The best thing about Spry is that the API matches Nimble perfectly. Which means once you’ve created your code and tests in a Playground, you can copy them directly into your Xcode project without needing to (re)write them again 🙂

The following features are already implemented:

  •  expect
  •  to
  •  beAKindOf
  •  beAnInstanceOf
  •  beCloseTo
  •  beEmpty
  •  beginWith
  •  beGreaterThan
  •  beGreaterThanOrEqualTo
  •  beIdenticalTo
  •  beLessThan
  •  beLessThanOrEqualTo
  •  beLogical
  •  beNil
  •  beVoid
  •  containElementSatisfying
  •  contain
  •  endWith
  •  equal
  •  haveCount
  •  match
  •  satisfyAnyOf

Posted

in

, ,

by

Tags:

Comments

Leave a Reply