tiny.hypothesis.checkFn
Defined in engine.
Source
Source: lib/hypothesis/src/engine.zig:163
zig
pub fn run(allocator: Allocator, test_fn: TestFn, settings: Settings) !TestResult { var ctx = DirectRunContext{ .test_fn = test_fn }; return runWithContext(allocator, DirectRunThunk.call, &ctx, settings);}Source: lib/hypothesis/src/root.zig:62
zig
pub const checkFn = engine.run;Complete caller list
11 direct callers.
lib.hypothesis.src.composites.test_string_strategy_property_uses_engine[function] — test source atlib/hypothesis/src/composites.zig:597in nearest public ownertiny.hypothesis.compositeslib.hypothesis.src.engine.test_always-failing_property_finds_failure[function] — test source atlib/hypothesis/src/engine.zig:1149in nearest public ownertiny.hypothesis.enginelib.hypothesis.src.engine.test_always-passing_property_passes[function] — test source atlib/hypothesis/src/engine.zig:1025in nearest public ownertiny.hypothesis.enginelib.hypothesis.src.engine.test_database_namespaces_isolate_failures[function] — test source atlib/hypothesis/src/engine.zig:1372in nearest public ownertiny.hypothesis.enginelib.hypothesis.src.engine.test_duplicate_target_labels_fail_the_property[function] — test source atlib/hypothesis/src/engine.zig:1283in nearest public ownertiny.hypothesis.enginelib.hypothesis.src.engine.test_passing_result_has_no_failure_replay[function] — test source atlib/hypothesis/src/engine.zig:1161in nearest public ownertiny.hypothesis.enginelib.hypothesis.src.engine.test_replay_overrun_does_not_fail_the_property[function] — test source atlib/hypothesis/src/engine.zig:1402in nearest public ownertiny.hypothesis.enginelib.hypothesis.src.engine.test_result_carries_replay_settings[function] — test source atlib/hypothesis/src/engine.zig:1053in nearest public ownertiny.hypothesis.enginelib.hypothesis.src.engine.test_shrinks_x_>_100_to_101[function] — test source atlib/hypothesis/src/engine.zig:1229in nearest public ownertiny.hypothesis.enginetiny.hypothesis.value.checkValue[function] atlib/hypothesis/src/value.zig:418tiny.hypothesis.value.checkValueAlloc[function] atlib/hypothesis/src/value.zig:441
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |