Start native apps faster with the Composables CLI ->
Function

assertHeightIsEqualTo

Asserts that the layout of this node has height equal to expectedHeight.

assertHeightIsEqualTo

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertHeightIsEqualTo(
    expectedHeight: Dp
): SubspaceSemanticsNodeInteraction

Asserts that the layout of this node has height equal to expectedHeight.

Parameters

expectedHeight The height to assert.

Last updated: