rapidcheck 0~1033-08b5058-2 source package in Ubuntu

Changelog

rapidcheck (0~1033-08b5058-2) unstable; urgency=medium

  * Enable "extras".
  * Add more autopkgtests.

 -- Adam Borowski <email address hidden>  Mon, 14 Feb 2022 11:06:02 +0100

Upload details

Uploaded by:
Adam Borowski
Uploaded to:
Sid
Original maintainer:
Adam Borowski
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
rapidcheck_0~1033-08b5058-2.dsc 2.0 KiB 55502f4fa591f896d6a63620547fe8f22ae6e4dbecf5fe8a236c82e601fad015
rapidcheck_0~1033-08b5058.orig.tar.xz 137.9 KiB ebb215f93a10cf1c48367b7fdd33dbba68724ead11126b94eeefa215a20bebf4
rapidcheck_0~1033-08b5058-2.debian.tar.xz 2.5 KiB 02978262a523f4173705c27eedfa4ddacaccf572bdee9c95ce2d9330b7f7b85d

No changes file available.

Binary packages built by this source

librapidcheck-dev: C++ framework for property based testing

 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.