Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_field/
H A Dtext_field_test.cpp695 auto afterSelectedValue = pattern->contentController_->GetValueAfterIndex(3); variable
696 …EXPECT_EQ(afterSelectedValue.compare("defghijklmnopqrstuvwxyz"), 0) << "Text is " + afterSelectedV…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp597 auto afterSelectedValue = pattern_->contentController_->GetValueAfterIndex(3); variable
598 …EXPECT_EQ(afterSelectedValue.compare("defghijklmnopqrstuvwxyz"), 0) << "Text is " + afterSelectedV…