Start native apps faster with the Composables CLI ->
Function

assertHeightIsAtLeast

Asserts that the layout of this node has height that is greater than or equal to expectedMinHeight.

assertHeightIsAtLeast

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertHeightIsAtLeast(
    expectedMinHeight: Dp,
    tolerance: Dp = Dp(.5f),
): 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.
tolerance The tolerance within which the values should be treated as equal. Defaults to 0.5.dp.

Last updated: