MCPcopy Create free account
hub / github.com/apache/singa / OnEnvironmentsTearDownStart

Method OnEnvironmentsTearDownStart

test/gtest/gtest-all.cc:4308–4313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4306}
4307
4308void PrettyUnitTestResultPrinter::OnEnvironmentsTearDownStart(
4309 const UnitTest& /*unit_test*/) {
4310 ColoredPrintf(COLOR_GREEN, "[----------] ");
4311 printf("Global test environment tear-down\n");
4312 fflush(stdout);
4313}
4314
4315// Internal helper for printing the list of failed tests.
4316void PrettyUnitTestResultPrinter::PrintFailedTests(const UnitTest& unit_test) {

Callers 1

RunAllTestsMethod · 0.45

Calls 1

ColoredPrintfFunction · 0.85

Tested by

no test coverage detected