COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210227212624/https://github.com/topics/quickcheck
Here are
120 public repositories
matching this topic...
Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
Updated
Feb 25, 2021
TypeScript
Updated
Jun 29, 2020
Swift
Property-based testing, JUnit-style
Updated
Feb 22, 2021
Java
Data generation and property-based testing for Elixir. 🔮
Updated
Feb 16, 2021
Elixir
Release with confidence, state-of-the-art property testing for Haskell.
Updated
Feb 12, 2021
Haskell
Modern and extensible testing framework for Haskell
Updated
Feb 27, 2021
Haskell
Property based testing for Java 8
Updated
Oct 13, 2020
Java
JQF + Zest: Coverage-guided semantic fuzzing for Java.
Updated
Feb 24, 2021
Java
Property-Based Testing on the JUnit Platform
Updated
Feb 26, 2021
Java
Ruby Imperative Random Data Generator and Quickcheck
Updated
Jan 26, 2021
Ruby
Release with confidence, state-of-the-art property testing for .NET.
Rapid is a Go library for property-based testing that supports state machine ("stateful" or "model-based") testing and fully automatic test case minimization ("shrinking")
QuickCheck inspired property-based testing for OCaml.
Updated
Feb 15, 2021
OCaml
Test monadic programs using state machine based models
Updated
Mar 17, 2020
Haskell
Generic random generators
Updated
Feb 1, 2021
Haskell
A library for generative, property-based testing in TypeScript and Jest.
Updated
Dec 11, 2020
TypeScript
Flow + Babel + TestCheck == QuickCheck in JavaScript
Updated
Apr 7, 2017
JavaScript
Quickcheck/hypothesis style testing for elisp
Updated
Oct 31, 2019
Emacs Lisp
A simple state-machine framework for OCaml based on QCheck
Updated
Feb 8, 2021
OCaml
A JS implementation of quick_check
Updated
May 28, 2020
CoffeeScript
Randomized specification-based testing for Common Lisp. Available through Quicklisp.
Updated
Sep 5, 2020
Common Lisp
Property based testing for AVA based on fast-check
Updated
Feb 24, 2021
JavaScript
Property based testing for kotlintest ported from quickcheck
Updated
Jan 23, 2020
Kotlin
Derive property based testing fast-check into a fuzzer for REST APIs
Updated
Feb 26, 2021
JavaScript
Fine-grain implementations of common lambda calculi in Haskell, tested with QuickCheck
Updated
Feb 8, 2020
Haskell
Signature inference for Functional Property Discovery in Haskell
Updated
Sep 17, 2017
Haskell
Effect-Driven Compiler Tester for OCaml
Updated
Sep 25, 2019
OCaml
假的 (ké--ê) is a property-based testing library, inspired by QuickCheck, Hypothesis, JSVerify and faker.js.
Updated
May 30, 2017
TypeScript
Random testing library for C#
Improve this page
Add a description, image, and links to the
quickcheck
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
quickcheck
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
There’s a repository targeted at comparing shrinking behaviour of various PBT libraries: https://github.com/jlink/shrinking-challenge
Would be great to have FsCheck therein. We’re happy to take PRs.