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


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



<h2 id="overload-1">Overload 1</h2>

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



```kotlin
fun interface DeviceConfigurationOverride
```


The specification for an override applied to some piece of content.

When wrapping content in `Override`, some particular override will be locally applied to the
wrapped in order to test that content in isolation, without needing to configure the entire
device.


## Functions



<hr class="docs-overload-divider">


<h2 id="override-contentundertest">Override</h2>

```kotlin
@Composable
    fun Override(contentUnderTest: @Composable () -> Unit)
```


A wrapper around `contentUnderTest` that applies some override.

Implementations should call `contentUnderTest` exactly once.