assertXPositionInRootIsEqualTo
Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertXPositionInRootIsEqualTo(
expectedX: Dp
): SubspaceSemanticsNodeInteraction
Asserts that the layout of this node has the x position in the root composable that is equal to the given position.
Parameters
| expectedX | The x position to assert. |