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

Method OnEnvironmentsTearDownStart

tests/gtest/gtest-all.cc:4733–4738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4731}
4732
4733void PrettyUnitTestResultPrinter::OnEnvironmentsTearDownStart(
4734 const UnitTest& /*unit_test*/) {
4735 ColoredPrintf(COLOR_GREEN, "[----------] ");
4736 printf("Global test environment tear-down\n");
4737 fflush(stdout);
4738}
4739
4740// Internal helper for printing the list of failed tests.
4741void PrettyUnitTestResultPrinter::PrintFailedTests(const UnitTest& unit_test) {

Callers 1

RunAllTestsMethod · 0.45

Calls 1

ColoredPrintfFunction · 0.85

Tested by

no test coverage detected