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

Method OnEnvironmentsSetUpStart

tests/gtest/gtest-all.cc:4657–4662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4655}
4656
4657void PrettyUnitTestResultPrinter::OnEnvironmentsSetUpStart(
4658 const UnitTest& /*unit_test*/) {
4659 ColoredPrintf(COLOR_GREEN, "[----------] ");
4660 printf("Global test environment set-up.\n");
4661 fflush(stdout);
4662}
4663
4664void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestSuite& test_suite) {
4665 const std::string counts =

Callers 1

RunAllTestsMethod · 0.45

Calls 1

ColoredPrintfFunction · 0.85

Tested by

no test coverage detected