tree: db1ee6499ef22e7b0ea228f2953023400fa563d9 [path history] [tgz]
  1. cpp/
  2. README.md
sdk/lib/inspect/testing/README.md

Inspect Test Matchers

This document was last reviewed for accuracy on: 2019-07-16

InspectTesting is an extension to the gmock library to support matching against Inspect output. You can find examples for using it in the Quickstart Guide.

Using

InspectTesting can be used by depending on the //sdk/lib/inspect/testing/cpp GN target and adding #include <lib/inspect/testing/cpp/inspect.h> to your C++ source file.

InspectTesting is not available in the SDK.