Searched defs:MockAccessibilityElementInfo (Results 1 – 1 of 1) sorted by relevance
27 struct MockAccessibilityElementInfo { struct28 std::string accessibilityId = "-1";29 std::string inspectorKey = "";30 std::string content = "";31 std::string componentType = "";32 std::string bundleName = "";33 std::string hierarchy = "";34 bool enabled = true;35 bool focused = true;36 bool selected = true;[all …]