github typelift/SwiftCheck v0.3.2
Exceptionally Gifted

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

With this release, all functions now catch exceptions thrown inside their respective testing blocks.

Naturally, a thrown exception is treated as an automatic failure of the test case. If you wish to treat it as a passing case, see Property.invert and Property.expectFailure.

We've also added support for the existential quantifier exists in addition to the universal forAll.

Don't miss a new SwiftCheck release

NewReleases is sending notifications on new releases.