Description
theft is a C library for property-based testing. Rather than checking the results with specific input, properties are asserted (“for any possible input, [condition] should hold”), and theft searches for counter-examples. If it finds a combination of arguments that causes the property to fail, it will search for simpler versions of those arguments that still fail, and then print the minimal failing input.
Details
- Listing categories Test design / Unit test
- Licence Open Source
- Status Active
- Supported Technology C/C++
- User Interface Command line
Post New Review
You must be logged in to post a comment.