Function

assertLeftPositionInRootIsEqualTo

Asserts that the layout of this node has the left position in the root composable that is equal to the given position.

assertLeftPositionInRootIsEqualTo

Source set: Common
fun SemanticsNodeInteraction.assertLeftPositionInRootIsEqualTo(
    expectedLeft: Dp
): SemanticsNodeInteraction

Asserts that the layout of this node has the left position in the root composable that is equal to the given position.

Parameters

expectedLeft The left (x) position to assert.

Last updated: