SwiftCheck
Property tester
A testing library that generates random data to test program properties in Swift
QuickCheck for Swift
1k stars
46 watching
106 forks
Language: Swift
last commit: over 2 years ago
Linked from 2 awesome lists
property-based-testingquickcheckswift
Related projects:
Repository | Description | Stars |
---|---|---|
typelevel/scalacheck | A library used to verify properties of software through automated tests | 1,941 |
thejohnfreeman/autocheck | A C++17 testing library for property-based testing using QuickCheck or SmallCheck. | 125 |
nick8325/quickcheck | Automated testing of program properties in Haskell programs. | 726 |
fscheck/fscheck | Automatically tests .NET programs by generating random test cases based on predefined properties | 1,168 |
typelift/swiftx | A collection of functional data types and functions for Swift programming | 219 |
quickchick/quickchick | A Coq plugin for property-based testing of software systems | 254 |
bodigrim/smallcheck | A testing library that checks Haskell code properties exhaustively using automatic test case generation | 134 |
clojure/test.check | A testing tool that allows developers to write concise, powerful tests by defining properties of functions that should hold true for all inputs. | 1,122 |
alfert/propcheck | A property-based testing framework for Elixir | 376 |
nicoabie/quickcheck | Randomized testing of program properties in Prolog | 22 |
scalaprops/scalaprops | A property-based testing library for Scala that provides features like flexible parameter settings and deterministic testing. | 277 |
rudymatela/fitspec | Automates refinement of test properties for Haskell functions by testing mutant variations and providing suggestions for improvement. | 74 |
dubzzz/jsverify-to-fast-check | Tools and helpers to facilitate migration from JSVerify's property-based testing to fast-check. | 2 |
anthonylloyd/cscheck | A C# random testing library with generators and shrinkers for property-based testing of .NET code. | 162 |
propertytools/propertytools | A collection of reusable UI controls for WPF applications. | 1,150 |