MCPcopy Create free account
hub / github.com/chen3feng/toft / TEST

Function TEST

base/array_size_test.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace toft {
11
12TEST(ArraySizeTest, Array)
13{
14 char a[2];
15 ASSERT_EQ(sizeof(a), TOFT_ARRAY_SIZE(a));
16}
17
18TEST(ArraySizeTest, ConstArray)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected