Home
last modified time | relevance | path

Searched refs:testId (Results 1 – 24 of 24) sorted by relevance

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DExponentMatchers.kt27 val testId = getTestId(view) in withTestId() constant
28 return if (testId == null) { in withTestId()
31 stringMatcher.matches(testId) in withTestId()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0AccessibilityProps.cpp174 testId(
175 CoreFeatures::enablePropIteratorSetter ? sourceProps.testId
180 sourceProps.testId,
230 RAW_SET_PROP_SWITCH_CASE(testId, "testID"); in setProp()
252 debugStringConvertibleItem("testId", testId, defaultProps.testId), in getDebugProps()
H A DABI49_0_0ViewPropsMapBuffer.cpp186 if (oldProps.testId != newProps.testId) { in propsDiffMapBuffer()
187 builder.putString(VP_TEST_ID, newProps.testId); in propsDiffMapBuffer()
H A DABI49_0_0AccessibilityProps.h61 std::string testId{""};
H A DABI49_0_0ViewShadowNode.cpp67 !viewProps.testId.empty(); in initialize()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI47_0_0AccessibilityProps.cpp162 testId(
163 enablePropIteratorSetter ? sourceProps.testId
168 sourceProps.testId,
217 RAW_SET_PROP_SWITCH_CASE(testId, "testID", std::string{""}); in setProp()
239 debugStringConvertibleItem("testId", testId, defaultProps.testId), in getDebugProps()
H A DABI47_0_0AccessibilityProps.h58 std::string testId{""};
H A DABI47_0_0ViewShadowNode.cpp88 !viewProps.testId.empty(); in initialize()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0AccessibilityProps.cpp174 testId(
175 CoreFeatures::enablePropIteratorSetter ? sourceProps.testId
180 sourceProps.testId,
229 RAW_SET_PROP_SWITCH_CASE(testId, "testID", std::string{""}); in setProp()
251 debugStringConvertibleItem("testId", testId, defaultProps.testId), in getDebugProps()
H A DABI48_0_0ViewPropsMapBuffer.cpp186 if (oldProps.testId != newProps.testId) { in propsDiffMapBuffer()
187 builder.putString(VP_TEST_ID, newProps.testId); in propsDiffMapBuffer()
H A DABI48_0_0AccessibilityProps.h61 std::string testId{""};
H A DABI48_0_0ViewShadowNode.cpp67 !viewProps.testId.empty(); in initialize()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/tests/
H A DABI48_0_0UITemplateProcessorTest.cpp109 ASSERT_STREQ(props1->testId.c_str(), "root"); in TEST()
114 ASSERT_STREQ(child_props1->testId.c_str(), "child"); in TEST()
147 ASSERT_STREQ(props1->testId.c_str(), "root"); in TEST()
152 ASSERT_STREQ(child_props1->testId.c_str(), "cond_true"); in TEST()
165 ASSERT_STREQ(child_props2->testId.c_str(), "cond_false"); in TEST()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/tests/
H A DABI49_0_0UITemplateProcessorTest.cpp109 ASSERT_STREQ(props1->testId.c_str(), "root"); in TEST()
114 ASSERT_STREQ(child_props1->testId.c_str(), "child"); in TEST()
147 ASSERT_STREQ(props1->testId.c_str(), "root"); in TEST()
152 ASSERT_STREQ(child_props1->testId.c_str(), "cond_true"); in TEST()
165 ASSERT_STREQ(child_props2->testId.c_str(), "cond_false"); in TEST()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/tests/
H A DABI47_0_0UITemplateProcessorTest.cpp110 ASSERT_STREQ(props1->testId.c_str(), "root"); in TEST()
115 ASSERT_STREQ(child_props1->testId.c_str(), "child"); in TEST()
148 ASSERT_STREQ(props1->testId.c_str(), "root"); in TEST()
153 ASSERT_STREQ(child_props1->testId.c_str(), "cond_true"); in TEST()
166 ASSERT_STREQ(child_props2->testId.c_str(), "cond_false"); in TEST()
/expo/apps/test-suite/firebase/
H A Dfirestore.rules4 match /tests/{testId} {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/View/
H A DABI47_0_0RCTViewComponentView.mm360 // `testId`
361 if (oldViewProps.testId != newViewProps.testId) {
362 self.accessibilityIdentifier = ABI47_0_0RCTNSStringFromString(newViewProps.testId);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/View/
H A DABI49_0_0RCTViewComponentView.mm359 // `testId`
360 if (oldViewProps.testId != newViewProps.testId) {
361 self.accessibilityIdentifier = ABI49_0_0RCTNSStringFromString(newViewProps.testId);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/View/
H A DABI48_0_0RCTViewComponentView.mm360 // `testId`
361 if (oldViewProps.testId != newViewProps.testId) {
362 self.accessibilityIdentifier = ABI48_0_0RCTNSStringFromString(newViewProps.testId);
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGFabricConversions.h85 node.accessibilityIdentifier = ABI49_0_0RCTNSStringFromStringNilIfEmpty(nodeProps.testId); in setCommonNodeProps()
/expo/ios/vendored/unversioned/react-native-svg/apple/Utils/
H A DRNSVGFabricConversions.h85 node.accessibilityIdentifier = RCTNSStringFromStringNilIfEmpty(nodeProps.testId); in setCommonNodeProps()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/
H A DABI49_0_0StackingContextTest.cpp445 nodeB_, [](ViewProps &props) { props.testId = "42"; }); in TEST_F()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/
H A DABI48_0_0StackingContextTest.cpp445 nodeB_, [](ViewProps &props) { props.testId = "42"; }); in TEST_F()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/
H A DABI47_0_0StackingContextTest.cpp446 nodeB_, [](ViewProps &props) { props.testId = "42"; }); in TEST_F()