Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android/ndk-samples
/ TEST
Function
TEST
unit-test/app/src/main/cpp/adder_test.cpp:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"gtest/gtest.h"
4
5
TEST(adder, adder) { EXPECT_EQ(3, add(1, 2)); }
Callers
nothing calls this directly
Calls
1
add
Function · 0.85
Tested by
no test coverage detected