|
Hegel 0.3.5
Property-based testing for C++
|
Configure the Hegel database. More...
#include <settings.h>
Public Types | |
| enum class | Kind { Unset , Disabled , Path } |
| The configuration of the database. See the methods below. More... | |
Static Public Member Functions | |
| static Database | unset () |
| static Database | disabled () |
| static Database | from_path (std::string path) |
Configure the Hegel database.
|
strong |
The configuration of the database. See the methods below.
| Enumerator | |
|---|---|
| Unset | Default behavior. By default, Hegel places the database at .hegel. |
| Disabled | Disable the database. |
| Path | Use the given directory as the database. |
|
inlinestatic |
Disable the database.
|
inlinestatic |
Use the given directory as the database.
| path | The directory path for the database. |
|
inlinestatic |
Default behavior. By default, Hegel places the database at .hegel.