Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ RUN_ALL_TESTS
Function
RUN_ALL_TESTS
tests/gtest/gtest.h:14911–14913 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14909
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_;
14910
14911
inline int RUN_ALL_TESTS() {
14912
return ::testing::UnitTest::GetInstance()->Run();
14913
}
14914
14915
GTEST_DISABLE_MSC_WARNINGS_POP_() // 4251
14916
Callers
1
main
Function · 0.85
Calls
1
Run
Method · 0.45
Tested by
no test coverage detected