I recently watched a talk on Haskell, and the part that probably interested me the most was QuickCheck, basically automatically generated unit tests.
There exist several C++ implementations of QuickCheck, so this issue is about seeing if one of them would be useful, as well as adding a few unit tests using the selected library.
The library would need to be able to handle custom (Qt or ours) data types.
I recently watched a talk on Haskell, and the part that probably interested me the most was QuickCheck, basically automatically generated unit tests.
There exist several C++ implementations of QuickCheck, so this issue is about seeing if one of them would be useful, as well as adding a few unit tests using the selected library. The library would need to be able to handle custom (Qt or ours) data types.