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

Method TestResult

tests/gtest/gtest-all.cc:3514–3517  ·  view source on GitHub ↗

Creates an empty TestResult.

Source from the content-addressed store, hash-verified

3512
3513// Creates an empty TestResult.
3514TestResult::TestResult()
3515 : death_test_count_(0),
3516 elapsed_time_(0) {
3517}
3518
3519// D'tor.
3520TestResult::~TestResult() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected