assertZPositionInRootIsEqualTo
Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertZPositionInRootIsEqualTo(
expectedZ: Dp
): 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. |