MCPcopy Create free account
hub / github.com/boost-ext/ut / test_assertion_false

Method test_assertion_false

test/ut/ut.cpp:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228struct test_assertion_false {
229 explicit test_assertion_false(test_runner& _run) : run{_run} {}
230
231 auto operator()() -> void {
232 void(run.on(ut::events::assertion<bool>{.expr = false, .location = {}}));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected