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

Method OnEnvironmentsSetUpStart

test/gtest/gtest-all.cc:4238–4243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4236}
4237
4238void PrettyUnitTestResultPrinter::OnEnvironmentsSetUpStart(
4239 const UnitTest& /*unit_test*/) {
4240 ColoredPrintf(COLOR_GREEN, "[----------] ");
4241 printf("Global test environment set-up.\n");
4242 fflush(stdout);
4243}
4244
4245void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) {
4246 const std::string counts =

Callers 1

RunAllTestsMethod · 0.45

Calls 1

ColoredPrintfFunction · 0.85

Tested by

no test coverage detected