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

Function TEST

tests/type/TestType.cpp:425–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425TEST(TestPointerInfoDeathTest, FromEmptyJsonN) {
426 Json::Value EmptyJson = util::strToJson(R"({})");
427
428 ASSERT_DEATH(DummyType::createPointerInfo(EmptyJson),
429 "Unexpected Program State");
430}
431
432TEST(TestPointerInfoDeathTest, FromJsonNullValueN) {
433 ASSERT_DEATH(DummyType::createPointerInfo(Json::nullValue),

Callers

nothing calls this directly

Calls 2

strToJsonFunction · 0.85
ASSERT_DEATHFunction · 0.85

Tested by

no test coverage detected