Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp236 auto richEditorSelection2 = richEditorController->GetSelectionSpansInfo().GetSelection(); variable
237 EXPECT_EQ(richEditorSelection2.selection[0], 0);
238 EXPECT_EQ(richEditorSelection2.selection[1], 1);
357 auto richEditorSelection2 = richEditorController->GetSelectionSpansInfo().GetSelection(); variable
358 EXPECT_EQ(richEditorSelection2.selection[0], 15);
359 EXPECT_EQ(richEditorSelection2.selection[1], 30);
360 auto resultObject = richEditorSelection2.resultObjects.front();
H A Drich_editor_test_ng.cpp2483 auto richEditorSelection2 = richEditorController->GetSelectionSpansInfo().GetSelection(); variable
2484 EXPECT_EQ(richEditorSelection2.selection[0], 0);
2485 EXPECT_EQ(richEditorSelection2.selection[1], 1);
2585 auto richEditorSelection2 = richEditorController->GetSelectionSpansInfo().GetSelection(); variable
2586 EXPECT_EQ(richEditorSelection2.selection[0], 15);
2587 EXPECT_EQ(richEditorSelection2.selection[1], 30);
2588 auto resultObject = richEditorSelection2.resultObjects.front();