MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / operator=

Method operator=

tests/gtest/gtest-all.cc:1883–1891  ·  view source on GitHub ↗

Message assignment, for assertion streaming support.

Source from the content-addressed store, hash-verified

1881
1882// Message assignment, for assertion streaming support.
1883void AssertHelper::operator=(const Message& message) const {
1884 UnitTest::GetInstance()->
1885 AddTestPartResult(data_->type, data_->file, data_->line,
1886 AppendUserMessage(data_->message, message),
1887 UnitTest::GetInstance()->impl()
1888 ->CurrentOsStackTraceExceptTop(1)
1889 // Skips the stack frame for this function itself.
1890 ); // NOLINT
1891}
1892
1893// A copy of all command line arguments. Set by InitGoogleTest().
1894static ::std::vector<std::string> g_argvs;

Callers

nothing calls this directly

Calls 3

AppendUserMessageFunction · 0.85
AddTestPartResultMethod · 0.80

Tested by

no test coverage detected