<!--
{
  "availability" : [
    "Swift: 6.4.0 -",
    "Xcode: 27.0.0 -",
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "swift: 6.0.0 -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Testing",
  "identifier" : "/documentation/Testing/CustomTestReflectable/customTestMirror",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Swift Testing"
    ],
    "preciseIdentifier" : "s:7Testing21CustomTestReflectableP06customC6Mirrors0F0Vvp"
  },
  "title" : "customTestMirror"
}
-->

# customTestMirror

The custom mirror for this instance.

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

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)