github typelift/SwiftCheck 0.10.0
Higher-Order Checkanery

latest releases: 0.12.0, 0.11.0, 0.10.1...
6 years ago

Swift turns 4.1, and so SwiftCheck marches onward. This release brought with it a raft of improvements:

  • Non-operator spellings of the standard property() <- test pattern is provided in the form of the new quickCheck functions.
  • Conditional conformances for a raft of Standard Library types obviate most modifier types. As such, ArrayOf<T>, SetOf<T>, DictionaryOf<K, V>, and OptionalOf<T> have been removed. You can now directly use the natural types [T], Set<T>, [K: V], and T? respectively.
  • Documentation improvements and simplifications

Don't miss a new SwiftCheck release

NewReleases is sending notifications on new releases.