Compose Unstyled 2.0 is out! Check the official announcement blog ->
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: