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

assertTopPositionInRootIsEqualTo

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

assertTopPositionInRootIsEqualTo

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertTopPositionInRootIsEqualTo(
    expectedTop: Dp
): SubspaceSemanticsNodeInteraction

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

Parameters

expectedTop The top position to assert.

Last updated: