assertHeightIsAtLeast
Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertHeightIsAtLeast(
expectedMinHeight: Dp
): SubspaceSemanticsNodeInteraction
Asserts that the layout of this node has height that is greater than or equal to expectedMinHeight.
Parameters
| expectedMinHeight | The minimum height to assert. |