---
title: "assertRangeInfoEquals"
description: "Asserts the node's range info equals the given value.

For further details please check [SemanticsProperties.ProgressBarRangeInfo]. Throws
[AssertionError] if the node's value is not equal to `value`, or if the node has no value"
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun SemanticsNodeInteraction.assertRangeInfoEquals(
    value: ProgressBarRangeInfo
): SemanticsNodeInteraction
```


Asserts the node's range info equals the given value.

For further details please check `SemanticsProperties.ProgressBarRangeInfo`. Throws
`AssertionError` if the node's value is not equal to `value`, or if the node has no value



