Searched defs:targetWidgetMatcher (Results 1 – 1 of 1) sorted by relevance
| /test/testfwk/arkxtest/uitest/test/ |
| D | widget_operator_test.cpp | 189 auto targetWidgetMatcher = WidgetAttrMatcher(ATTR_TEXT, "wyz", EQ); in TEST_F() local 227 auto targetWidgetMatcher = WidgetAttrMatcher(ATTR_TEXT, "wyz", EQ); in TEST_F() local 290 auto targetWidgetMatcher = WidgetAttrMatcher(ATTR_TEXT, "wyz", EQ); in TEST_F() local 365 …auto targetWidgetMatcher = WidgetAttrMatcher(ATTR_TEXT, "xyz", EQ); // widget that will never be f… in TEST_F() local 423 auto targetWidgetMatcher = WidgetAttrMatcher(ATTR_TEXT, "WYZ", EQ); in TEST_F() local
|