QuickCheck clone for C++
https://github.com/emil-e/rapidcheck
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.
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/rapidcheck && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000684 684 Bytes | |
_servicedata | 0000000234 234 Bytes | |
rapidcheck-0.0.1.1702592133.ff6af6f.obscpio | 0007815181 7.45 MB | |
rapidcheck.changes | 0000000192 192 Bytes | |
rapidcheck.obsinfo | 0000000118 118 Bytes | |
rapidcheck.spec | 0000002209 2.16 KB |
Latest Revision
Jan Engelhardt (jengelh)
accepted
request 1194643
from
Johannes Kastl (ojkastl_buildservice)
(revision 1)
new package rapidcheck, required by lix, needs some love from someone more C++ experienced than me...
Comments 0