---
title: "assertHeightIsAtLeast"
description: "Asserts that the layout of this node has height that is greater than or equal to expectedMinHeight."
type: "function"
lastmod: "2026-06-18T10:32:52.424299Z"
---
## API Reference

### assertHeightIsAtLeast

> Source set: Android

```kotlin
@CanIgnoreReturnValue
public fun SubspaceSemanticsNodeInteraction.assertHeightIsAtLeast(
    expectedMinHeight: Dp
): SubspaceSemanticsNodeInteraction
```

Asserts that the layout of this node has height that is greater than or equal to
`expectedMinHeight`.

#### Parameters

| | |
| --- | --- |
| expectedMinHeight | The minimum height to assert. |
