---
title: customTestMirror
framework: testing
role: symbol
role_heading: Instance Property
path: testing/customtestreflectable/customtestmirror
---

# customTestMirror

The custom mirror for this instance.

## Declaration

```swift
var customTestMirror: Mirror { get }
```

## Mentioned in

Describing and reflecting values

## Discussion

Discussion Do not use this property directly. To get the test reflection of a value, use Swift/Mirror/init(reflectingForTest:)-(CustomTestReflectable).
