| 227 | |
| 228 | struct 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 = {}})); |
nothing calls this directly
no outgoing calls
no test coverage detected