---
title: CustomTestReflectable
framework: testing
role: symbol
role_heading: Protocol
path: testing/customtestreflectable
---

# CustomTestReflectable

A protocol describing types with a custom reflection when presented as part of a test’s output.

## Declaration

```swift
protocol CustomTestReflectable
```

## Mentioned in

Describing and reflecting values

## Topics

### Instance Properties

- [customTestMirror](testing/customtestreflectable/customtestmirror.md)

## See Also

### Value description and reflection

- [Describing and reflecting values](testing/describing-values.md)
- [CustomTestStringConvertible](testing/customteststringconvertible.md)
