|
Hegel 0.11.4
Property-based testing for C++
|
#include <stateful.h>
Public Attributes | |
| bool | print_state = true |
Options for run.
| bool hegel::stateful::RunParams::print_state = true |
If true (the default), a failing sequence prints the machine's state before its first step and after every step that runs to completion.
A step that throws prints no state, so the last state shown is the one the failing step started from.