Searched defs:node (Results 1 – 6 of 6) sorted by relevance
53 GlanceNodeMatcher(description = "is checked") { node -> in <lambda>() method67 GlanceNodeMatcher(description = "is not checked") { node -> in isNotChecked() method92 ) { node -> in hasRunCallbackClickAction() method149 ) { node -> in node() method190 ) { node -> in node() method243 ) { node -> in node() method279 ) { node -> in node() method308 ) { node -> in hasSendBroadcastAction() method356 ) { node -> in node() method384 node -> in hasSendBroadcastAction() method[all …]
57 return GlanceNodeMatcher("${key.name} = '$expectedValue'") { node -> in <lambda>() method84 ) { node -> in hasContentDescription() method115 ) { node -> in hasContentDescriptionEqualTo() method159 ) { node -> in hasText() method176 GlanceNodeMatcher(description = "text == '$text' (ignoreCase: '$ignoreCase')") { node -> in hasTextEqualTo() method189 GlanceNodeMatcher(description = "has click action") { node -> in hasClickAction() method202 GlanceNodeMatcher(description = "has no click action") { node -> in hasNoClickAction() method236 ) { node -> in node() method328 ) { node -> in hasStartActivityClickAction() method
67 val node = in andBetweenMatchers_match_returnsTrue() constant82 val node = in andBetweenMatchers_partialMatch_returnsFalse() constant97 val node = in andBetweenMatchers_noMatch_returnsFalse() constant112 val node = in orBetweenMatchers_bothMatch_returnsTrue() constant127 val node = in orBetweenMatchers_secondMatch_returnsTrue() constant142 val node = in orBetweenMatchers_noneMatch_returnsFalse() constant157 val node = in not_match_returnsTrue() constant172 val node = in not_noMatch_returnsFalse() constant
69 val node = GlanceMappedNode(EmittableText().also { it.text = "test text" }) in generalErrorMessage_singleNode() constant
216 layoutConfig.entries.forEach { (node, index) -> in <lambda>() method
83 val node = createNode(context, root) in testLayout() constant