Function

assertHasNoClickAction

Asserts that the current semantics node has doesn't have a click action.

Source set: Common

Added in 1.11.0-rc01

fun SemanticsNodeInteraction.assertHasNoClickAction(): SemanticsNodeInteraction

Asserts that the current semantics node has doesn't have a click action.

Throws AssertionError if the node has a click action.