MCPcopy Create free account
hub / github.com/Samsung/UTopia / TEST

Function TEST

tests/propanalysis/TestArrayAnalysisReport.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using namespace ftg;
5
6TEST(TestArrayAnalysisReport, fromJsonN) {
7 ArrayAnalysisReport Report1, Report2;
8 Report1.set("Func1", 0, ArrayAnalysisReport::NO_ARRAY);
9 ASSERT_TRUE(Report2.fromJson(Report1.toJson()));
10 ASSERT_FALSE(Report2.has("Func1", 0));
11}

Callers

nothing calls this directly

Calls 4

setMethod · 0.45
fromJsonMethod · 0.45
toJsonMethod · 0.45
hasMethod · 0.45

Tested by

no test coverage detected