Start native apps faster with the Composables CLI ->
Function

assertDepthIsNotEqualTo

Asserts that the layout of this node has depth that is NOT equal to expectedDepth.

assertDepthIsNotEqualTo

Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertDepthIsNotEqualTo(
    expectedDepth: Dp,
    tolerance: Dp = Dp(.5f),
): SubspaceSemanticsNodeInteraction

Asserts that the layout of this node has depth that is NOT equal to expectedDepth.

Parameters

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

Last updated: