Home
last modified time | relevance | path

Searched refs:locationsJson (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/toolchain/tooling/test/
H A Ddebugger_returns_test.cpp88 std::unique_ptr<PtJson> locationsJson; in HWTEST_F_L0() local
89 ASSERT_EQ(setBreakpointByUrlReturns->ToJson()->GetArray("locations", &locationsJson), Result::SUCCESS); in HWTEST_F_L0()
90 ASSERT_NE(locationsJson, nullptr); in HWTEST_F_L0()
91 EXPECT_EQ(locationsJson->GetSize(), 1); in HWTEST_F_L0()
125 std::unique_ptr<PtJson> locationsJson; in HWTEST_F_L0() local
126 ASSERT_EQ(getPossibleBreakpointsReturns->ToJson()->GetArray("locations", &locationsJson), Result::SUCCESS); in HWTEST_F_L0()
127 ASSERT_NE(locationsJson, nullptr); in HWTEST_F_L0()
128 EXPECT_EQ(locationsJson->GetSize(), 1); in HWTEST_F_L0()

Completed in 1 milliseconds