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

Method PrintTestName

tests/gtest/gtest-all.cc:4597–4599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4595 public:
4596 PrettyUnitTestResultPrinter() {}
4597 static void PrintTestName(const char* test_suite, const char* test) {
4598 printf("%s.%s", test_suite, test);
4599 }
4600
4601 // The following methods override what's in the TestEventListener class.
4602 void OnTestProgramStart(const UnitTest& /*unit_test*/) override {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected