Compose Unstyled 2.0 is out! Check the official announcement blog ->
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
): SubspaceSemanticsNodeInteraction

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

Parameters

expectedDepth The depth to assert.

Last updated: