Compose Unstyled 2.0 is out! Check the official announcement blog ->
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: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertLeftPositionInRootIsEqualTo(
    expectedLeft: Dp
): SubspaceSemanticsNodeInteraction

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 position to assert.

Last updated: