assertTouchHeightIsEqualTo
Source set: Common
fun SemanticsNodeInteraction.assertTouchHeightIsEqualTo(
expectedHeight: Dp
): SemanticsNodeInteraction
Asserts that the touch bounds of this node has height equal to expectedHeight.
Asserts that the touch bounds of this node has height equal to expectedHeight.
fun SemanticsNodeInteraction.assertTouchHeightIsEqualTo(
expectedHeight: Dp
): SemanticsNodeInteraction
Asserts that the touch bounds of this node has height equal to expectedHeight.
Last updated: