All Projects → plaidfinch → StrictCheck

plaidfinch / StrictCheck

Licence: MIT License
Keep your laziness in check!

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to StrictCheck

deckard
DNS test harness
Stars: ✭ 28 (+0%)
Mutual labels:  testing-tools
kotest-gradle-plugin
A gradle plugin for Kotest
Stars: ✭ 18 (-35.71%)
Mutual labels:  testing-tools
Gorgon
Distributed testing for ruby with centralized management
Stars: ✭ 32 (+14.29%)
Mutual labels:  testing-tools
hypothesis-gufunc
Extension to hypothesis for testing numpy general universal functions
Stars: ✭ 32 (+14.29%)
Mutual labels:  testing-tools
mockafka
A testing DSL for kafka-streams
Stars: ✭ 14 (-50%)
Mutual labels:  testing-tools
awesome-website-testing-tools
Resource of web-based testing and validation tools
Stars: ✭ 27 (-3.57%)
Mutual labels:  testing-tools
ruby-vpi
Ruby interface to IEEE 1364-2005 Verilog VPI
Stars: ✭ 15 (-46.43%)
Mutual labels:  testing-tools
servirtium-java
Service Virtualized HTTP - to help service test automation stay fast and consistent
Stars: ✭ 16 (-42.86%)
Mutual labels:  testing-tools
educhain
an instructional purpose blockchain.
Stars: ✭ 21 (-25%)
Mutual labels:  testing-tools
orion
A next-generation testing tool. Orion provides a powerful DSL to write and automate your acceptance tests
Stars: ✭ 40 (+42.86%)
Mutual labels:  testing-tools
accessibility-testing-tools
A collection of useful tools for accessibility testing and debugging in the browser, online and desktop
Stars: ✭ 18 (-35.71%)
Mutual labels:  testing-tools
mbt-bundle
A core library for Sicope Model, a Model-Based Testing tool for web application.
Stars: ✭ 19 (-32.14%)
Mutual labels:  testing-tools
vim-testbed
Docker image for testing Vim plugins
Stars: ✭ 40 (+42.86%)
Mutual labels:  testing-tools
knapsack pro-ruby
Knapsack Pro gem splits tests across parallel CI nodes and makes sure that tests will run in optimal time on each node.
Stars: ✭ 101 (+260.71%)
Mutual labels:  testing-tools
tranquility
a lightweight dependency/bloat-free alternative to serenity-rest-assured
Stars: ✭ 20 (-28.57%)
Mutual labels:  testing-tools
service-ui
UI service for Report Portal
Stars: ✭ 47 (+67.86%)
Mutual labels:  testing-tools
gemini-gui
GUI for gemini
Stars: ✭ 69 (+146.43%)
Mutual labels:  testing-tools
JUnitPerf
API performance testing framework built using JUnit
Stars: ✭ 48 (+71.43%)
Mutual labels:  testing-tools
page-walker
Chrome DevTools automation for desktop and mobile devices
Stars: ✭ 18 (-35.71%)
Mutual labels:  testing-tools
Retromock
Java library for mocking responses in a Retrofit service.
Stars: ✭ 48 (+71.43%)
Mutual labels:  testing-tools

StrictCheck: Keep Your Laziness In Check

StrictCheck is a property-based random testing framework for observing, specifying, and testing the strictness behaviors of Haskell functions. Strictness behavior is traditionally considered a non-functional property; StrictCheck allows it to be tested as if it were one, by reifying demands on data structures so they can be manipulated and examined within Haskell.

For details, see the library on Hackage: https://hackage.haskell.org/package/StrictCheck.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].