Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

assertHeightIsNotEqualTo

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

assertHeightIsNotEqualTo

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

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

Parameters

expectedHeight The height to assert.

Last updated: