TestingCommon needs
Ecosystem
-
Random generators can often be derived generically: generic-random.
-
To test stateful programs, QuickCheck has a module
Test.QuickCheck.Monadic
. There is also quickcheck-state-machine. -
When QuickCheck tests fail, they only print the counterexample. To extract counterexamples in code, you can use an alternative interface in quickcheck-with-counterexamples.
-
Orphan instances: quickcheck-instances.
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>
Notes
<notes are empty>