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


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


<h2 id="assertisnotselected">assertIsNotSelected</h2>

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


```kotlin
fun SemanticsNodeInteraction.assertIsNotSelected(): SemanticsNodeInteraction
```


Asserts that the current semantics node is not selected.

Throws `AssertionError` if the node is selected or not selectable.