|
|
|
|
|
by pka
3804 days ago
|
|
Oh, yeah - something like QuickCheck [0] is great! There are Java and C++ implementations as well, though I haven't tried them. Definitely a nice alternative to traditional unit testing whenever possible. I don't know how well it mixes with unrestricted IO like in Java etc though. [0] https://en.wikipedia.org/wiki/QuickCheck |
|
http://mit.bme.hu/~micskeiz/pages/code_based_test_generation...
Enjoy!