<div class='type'>Function</div>


<a id='references'></a>


<h2 id="isnotdisplayed">isNotDisplayed</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun SemanticsNodeInteraction.isNotDisplayed(): Boolean
```


Asserts that the current semantics node is not displayed on screen.

If no matching node is found, returns true. If multiple nodes match, throws an `AssertionError`.