🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

assertHeightIsNotEqualTo

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

assertHeightIsNotEqualTo

Source set: Android
public fun SubspaceSemanticsNodeInteraction.assertHeightIsNotEqualTo(
    expectedHeight: Dp,
    tolerance: Dp = Dp(.5f),
): SubspaceSemanticsNodeInteraction

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

Parameters

expectedHeight The height to assert.
tolerance The tolerance within which the values should be treated as equal. Defaults to 0.5.dp.

Throws: AssertionError

if comparison fails.

Content updated: