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

Function TEST

tests/version_tests.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using namespace aws::lambda_runtime;
5
6TEST(VersionTests, get_version_major)
7{
8 auto version = get_version_major();
9 ASSERT_EQ(0, version);
10}
11
12TEST(VersionTests, get_version_minor)
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected