assertTouchWidthIsEqualTo
Function
Common
fun SemanticsNodeInteraction.assertTouchWidthIsEqualTo(
expectedWidth: Dp
): SemanticsNodeInteraction
Asserts that the touch bounds of this node has width equal to expectedWidth
.
fun SemanticsNodeInteraction.assertTouchWidthIsEqualTo(
expectedWidth: Dp
): SemanticsNodeInteraction
Asserts that the touch bounds of this node has width equal to expectedWidth
.