Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
public/lib/inspect/testing/cpp/ | 04-Jul-2025 | - | 152 | 67 | ||
BUILD.bazel | D | 04-Jul-2025 | 1.1 KiB | 34 | 30 | |
README.md | D | 04-Jul-2025 | 340 | 7 | 6 | |
inspect.cc | D | 04-Jul-2025 | 10.5 KiB | 258 | 212 |
README.md
1# Inspect Test Matchers 2InspectTesting is an extension to the gmock library to support matching against 3Inspect output. This library was originally copied from 4[Fuchsia](https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/sdk/lib/inspect/testing/) 5and any modifications should ideally be made there first and copied back to 6Pigweed. 7