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


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


<h2 id="assertany-matcher">assertAny</h2>

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


```kotlin
fun SemanticsNodeInteractionCollection.assertAny(
    matcher: SemanticsMatcher
): SemanticsNodeInteractionCollection
```


Asserts that this collection contains at least one element that satisfies the given `matcher`.

#### Parameters

| | |
| --- | --- |
| matcher | Matcher that has to be satisfied by at least one of the nodes in the collection. |