assertDepthIsAtLeast
Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertDepthIsAtLeast(
expectedMinDepth: Dp,
tolerance: Dp = Dp(.5f),
): SubspaceSemanticsNodeInteraction
Asserts that the layout of this node has depth that is greater than or equal to expectedMinDepth.
Parameters
| expectedMinDepth | The minimum depth to assert. |
| tolerance | The tolerance within which the values should be treated as equal. Defaults to 0.5.dp. |