MCPcopy Create free account
hub / github.com/bombela/backward-cpp / TEST_FAIL_ASSERT

Function TEST_FAIL_ASSERT

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

Source from the content-addressed store, hash-verified

29TEST(empty_test) {}
30
31TEST_FAIL_ASSERT(fail_assert) { ASSERT(1 == 2); }
32
33TEST_FAIL_ASSERT(fail_assert_ge) { ASSERT_GE(4, 5); }
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected