rapidcheck
rapidcheck copied to clipboard
Thrown CaseResult in generator should have special display
Asserting in generators is easy to do by mistake, especially in the state testing framework. To make it easier to diagnose, don't print it just as an unknown exception in Property.cpp.