---
title: "assertDepthIsEqualTo"
description: "Asserts that the layout of this node has depth equal to expectedDepth."
type: "function"
lastmod: "2026-06-18T10:32:52.423180Z"
---
## API Reference

### assertDepthIsEqualTo

> Source set: Android

```kotlin
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertDepthIsEqualTo(
    expectedDepth: Dp
): SubspaceSemanticsNodeInteraction
```

Asserts that the layout of this node has depth equal to `expectedDepth`.

#### Parameters

| | |
| --- | --- |
| expectedDepth | The depth to assert. |
