assertYPositionInRootIsEqualTo
Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertYPositionInRootIsEqualTo(
expectedY: Dp,
tolerance: Dp = Dp(.5f),
): SubspaceSemanticsNodeInteraction
Asserts that the layout of this node has the y position in the root composable that is equal to the given position.
Parameters
| expectedY | The y position to assert. |
| tolerance | The tolerance within which the values should be treated as equal. Defaults to 0.5.dp. |