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

assertWidthIsNotEqualTo

Asserts that the layout of this node has width that is NOT equal to expectedWidth.

assertWidthIsNotEqualTo

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertWidthIsNotEqualTo(
    expectedWidth: Dp
): SubspaceSemanticsNodeInteraction

Asserts that the layout of this node has width that is NOT equal to expectedWidth.

Parameters

expectedWidth The width to assert.

Last updated: