Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

assertPositionInRootIsEqualTo

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

assertPositionInRootIsEqualTo

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertPositionInRootIsEqualTo(
    expectedX: Dp,
    expectedY: Dp,
    expectedZ: Dp,
): SubspaceSemanticsNodeInteraction

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

Parameters

expectedX The x position to assert.
expectedY The y position to assert.
expectedZ The z position to assert.

Last updated: