Function

assertTouchHeightIsEqualTo

Asserts that the touch bounds of this node has height equal to expectedHeight.

assertTouchHeightIsEqualTo

Source set: Common
fun SemanticsNodeInteraction.assertTouchHeightIsEqualTo(
    expectedHeight: Dp
): SemanticsNodeInteraction

Asserts that the touch bounds of this node has height equal to expectedHeight.

Last updated: