Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
public/lib/inspect/testing/cpp/ | H | 25-Apr-2025 | - | 152 | 67 | |
BUILD.bazel | H A D | 25-Apr-2025 | 1 KiB | 32 | 29 | |
README.md | H A D | 25-Apr-2025 | 340 | 7 | 6 | |
inspect.cc | H A D | 25-Apr-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