Searched defs:matcher0 (Results 1 – 2 of 2) sorted by relevance
| /test/testfwk/arkxtest/uitest/test/ |
| D | widget_selector_test.cpp | 196 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 …]
|
| D | widget_operator_test.cpp | 202 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
|