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


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


<h2 id="assertcountequals-expectedsize">assertCountEquals</h2>

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


```kotlin
fun SemanticsNodeInteractionCollection.assertCountEquals(
    expectedSize: Int
): SemanticsNodeInteractionCollection
```


Asserts that this collection of nodes is equal to the given `expectedSize`.

Provides a detailed error message on failure.