Start native apps faster with the Composables CLI ->
Function

assertPositionIsEqualTo

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

assertPositionIsEqualTo

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertPositionIsEqualTo(
    expectedX: Dp,
    expectedY: Dp,
    expectedZ: Dp,
    tolerance: Dp = Dp(.5f),
): SubspaceSemanticsNodeInteraction

Asserts that the layout of this node has position 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.
tolerance The tolerance within which the values should be treated as equal. Defaults to 0.5.dp.

Last updated: