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

Function increment_death_test_count

tests/gtest/gtest.h:13105–13105  ·  view source on GitHub ↗

Increments the death test count, returning the new count.

Source from the content-addressed store, hash-verified

13103
13104 // Increments the death test count, returning the new count.
13105 int increment_death_test_count() { return ++death_test_count_; }
13106
13107 // Clears the test part results.
13108 void ClearTestPartResults();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected