assertHeightIsNotEqualTo
Source set: Android
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertHeightIsNotEqualTo(
expectedHeight: Dp
): SubspaceSemanticsNodeInteraction
Asserts that the layout of this node has height that is NOT equal to expectedHeight.
Parameters
| expectedHeight | The height to assert. |