Home
last modified time | relevance | path

Searched defs:matcher0 (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Dwidget_selector_test.cpp196 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text One", EQ); in TEST_F() local
213 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text One", CONTAINS); in TEST_F() local
231 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text List", CONTAINS); in TEST_F() local
250 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text One", CONTAINS); in TEST_F() local
270 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text", STARTS_WITH); in TEST_F() local
294 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text List", CONTAINS); in TEST_F() local
318 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text Two", CONTAINS); in TEST_F() local
343 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text", STARTS_WITH); in TEST_F() local
374 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text End", EQ); in TEST_F() local
394 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text Two", EQ); in TEST_F() local
[all …]
Dwidget_operator_test.cpp202 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text End", EQ); in TEST_F() local
221 auto matcher0 = WidgetMatchModel(UiAttr::TEXT, "Text List12", EQ); in TEST_F() local