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

Method IsSkipped

tests/gtest/gtest-all.cc:4026–4028  ·  view source on GitHub ↗

Returns true iff the current test was skipped.

Source from the content-addressed store, hash-verified

4024
4025// Returns true iff the current test was skipped.
4026bool Test::IsSkipped() {
4027 return internal::GetUnitTestImpl()->current_test_result()->Skipped();
4028}
4029
4030// class TestInfo
4031

Callers

nothing calls this directly

Calls 3

GetUnitTestImplFunction · 0.85
SkippedMethod · 0.80
current_test_resultMethod · 0.80

Tested by

no test coverage detected