Start native apps faster with the Composables CLI ->
Function

assertYPositionIsEqualTo

Asserts that the layout of this node has the y position that is equal to the given position.

assertYPositionIsEqualTo

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertYPositionIsEqualTo(
    expectedY: Dp
): SubspaceSemanticsNodeInteraction

Asserts that the layout of this node has the y position that is equal to the given position.

Parameters

expectedY The y position to assert.

Last updated: