MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Create

Method Create

rtpose_wrapper/src/gtest/gtest-all.cpp:6501–6505  ·  view source on GitHub ↗

Creates and returns a death test by dispatching to the current death test factory.

Source from the content-addressed store, hash-verified

6499// Creates and returns a death test by dispatching to the current
6500// death test factory.
6501bool DeathTest::Create(const char* statement, const RE* regex,
6502 const char* file, int line, DeathTest** test) {
6503 return GetUnitTestImpl()->death_test_factory()->Create(
6504 statement, regex, file, line, test);
6505}
6506
6507const char* DeathTest::LastMessage() {
6508 return last_death_test_message_.c_str();

Callers

nothing calls this directly

Calls 6

GetUnitTestImplFunction · 0.85
FormatClass · 0.85
current_test_infoMethod · 0.80
indexMethod · 0.80
fileMethod · 0.80
lineMethod · 0.80

Tested by

no test coverage detected