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

Method OnTestStart

tests/gtest/gtest-all.cc:4677–4682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4675}
4676
4677void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) {
4678 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
4679 PrintTestName(test_info.test_suite_name(), test_info.name());
4680 printf("\n");
4681 fflush(stdout);
4682}
4683
4684// Called after an assertion failure.
4685void PrettyUnitTestResultPrinter::OnTestPartResult(

Callers 1

RunMethod · 0.45

Calls 1

ColoredPrintfFunction · 0.85

Tested by

no test coverage detected