Start native apps faster with the Composables CLI ->
Function

assertZPositionInRootIsEqualTo

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

assertZPositionInRootIsEqualTo

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

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

Parameters

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: