About Anaconda Help Download Anaconda

conda-forge / packages / rapidcheck 2023.4.13

RapidCheck is a C++ framework for property based testing inspired by QuickCheck and other similar frameworks.

copied from cf-staging / rapidcheck

Installers

  • linux-64 v2023.4.13
  • win-64 v2023.4.13
  • osx-64 v2023.4.13
  • osx-arm64 v2023.4.13

conda install

To install this package run one of the following:
conda install conda-forge::rapidcheck

Description

RapidCheck is a C++ framework for property based testing inspired by QuickCheck and other similar frameworks. In property based testing, you state facts about your code that given certain precondition should always be true. RapidCheck then generates random test data to try and find a case for which the property doesn't hold. If such a case is found, RapidCheck tries to find the smallest case (for some definition of smallest) for which the property is still false and then displays this as a counterexample. For example, if the input is an integer, RapidCheck tries to find the smallest integer for which the property is false.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy