Start native apps faster with the Composables CLI ->
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,
    tolerance: Dp = Dp(.5f),
): SubspaceSemanticsNodeInteraction

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

Parameters

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

Last updated: