|
Hegel 0.3.5
Property-based testing for C++
|
Configuration options for hegel::test(). More...
#include <settings.h>
Public Attributes | |
| std::optional< uint64_t > | test_cases |
| Number of test cases to run. Defaults to 100. | |
| Verbosity | verbosity = Verbosity::Normal |
| Verbosity level. Defaults to Verbosity::Normal. | |
| std::optional< uint64_t > | seed |
| Explicit seed for the test. | |
| bool | derandomize = false |
| Database | database = Database::unset() |
| std::vector< HealthCheck > | suppress_health_check |
| Health checks to suppress for this test. | |
Configuration options for hegel::test().
| Database hegel::Settings::database = Database::unset() |
| bool hegel::Settings::derandomize = false |
If true, use a deterministic RNG, making the test deterministic across executions.