Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
TEST(empty_test) {}
30
31
TEST_FAIL_ASSERT(fail_assert) { ASSERT(1 == 2); }
32
33
TEST_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