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