Skip to documentation
SLOP

tiny.hypothesis.checkFn

Reference tiny.hypothesis checkFn

Defined in engine.

Called byCallstest sourcelib.hypothesis.src.compositestest: string strategy property uses e...test sourcelib.hypothesis.src.enginetest: always-failing property finds f...test sourcelib.hypothesis.src.enginetest: always-passing property passestest sourcelib.hypothesis.src.enginetest: database namespaces isolate fai...test sourcelib.hypothesis.src.enginetest: duplicate target labels fail th...+6 moreenginerunWithContextenginerun
Static calls · unresolved targets: 0 · external targets: 0.

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.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433