MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / EqFailure

Function EqFailure

src/gtest/gtest-all.cpp:2301–2321  ·  view source on GitHub ↗

Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressions used in the assertion and their values, as strings. For example, for ASSERT_EQ(foo, bar) where foo is 5 and bar is 6, we have: expected_expression: "foo" actual_expression: "bar" expected_value: "5" actual_value: "6" The ignoring_

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

CmpHelperEQFunction · 0.85
CmpHelperFloatingPointEQFunction · 0.85
CmpHelperEQFunction · 0.85
gtest-all.cppFile · 0.85
CmpHelperSTREQFunction · 0.85

Calls 1

AssertionFailureFunction · 0.85

Tested by

no test coverage detected