Home
last modified time | relevance | path

Searched refs:callFramesJson (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Dpt_returns_test.cpp113 std::unique_ptr<PtJson> callFramesJson; in HWTEST_F_L0() local
114 …ASSERT_EQ(setScriptSourceReturns->ToJson()->GetArray("callFrames", &callFramesJson), Result::SUCCE… in HWTEST_F_L0()
115 ASSERT_NE(callFramesJson, nullptr); in HWTEST_F_L0()
116 EXPECT_EQ(callFramesJson->GetSize(), 1); in HWTEST_F_L0()