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. |