Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ TEST
Function
TEST
tests/propanalysis/TestAllocSizeAnalysisReport.cpp:6–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
using namespace ftg;
5
6
TEST(TestAllocSizeAnalysisReport, fromJsonN) {
7
AllocSizeAnalysisReport Report1, Report2;
8
Report1.set(
"Func1"
, 0, false);
9
ASSERT_TRUE(Report2.fromJson(Report1.toJson()));
10
ASSERT_FALSE(Report2.has(
"Func1"
, 0));
11
}
Callers
nothing calls this directly
Calls
4
set
Method · 0.45
fromJson
Method · 0.45
toJson
Method · 0.45
has
Method · 0.45
Tested by
no test coverage detected