fn expect(ok: bool) !void
[src]
This function is intended to be used only in tests. When ok
is false, returns a test failure error.
fn expect(ok: bool) !void
This function is intended to be used only in tests. When ok
is false, returns a test failure error.