PACKAGE NAME: librapidcheck-r1056.ff6af6f-x86_64-2_slackdce.txz PACKAGE LOCATION: ./libraries/librapidcheck PACKAGE SIZE (compressed): 176 K PACKAGE SIZE (uncompressed): 1080 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: librapidcheck: librapidcheck (QuickCheck clone for C++) librapidcheck: librapidcheck: RapidCheck is a C++ framework for property based testing inspired librapidcheck: by QuickCheck. In this testing, you define properties your code librapidcheck: should always satisfy given certain conditions. RapidCheck librapidcheck: generates random test data to find cases where the property fails. librapidcheck: If it finds a failure, it minimizes the input to the smallest librapidcheck: failing case and displays it as a counterexample. librapidcheck: librapidcheck: Homepage: https://github.com/emil-e/rapidcheck librapidcheck: