Commit a6770105 authored by Abseil Team's avatar Abseil Team Committed by Gennadiy Rozental
Browse files

Googletest export

Internal change

PiperOrigin-RevId: 307040308
parent dcc92d0a
...@@ -401,7 +401,7 @@ alone with them. For a list of matchers gMock provides, read ...@@ -401,7 +401,7 @@ alone with them. For a list of matchers gMock provides, read
your [own matchers](../../googlemock/docs/cook_book.md#NewMatchers) too. your [own matchers](../../googlemock/docs/cook_book.md#NewMatchers) too.
gMock is bundled with googletest, so you don't need to add any build dependency gMock is bundled with googletest, so you don't need to add any build dependency
in order to take advantage of this. Just include `"testing/base/public/gmock.h"` in order to take advantage of this. Just include `"gmock/gmock.h"`
and you're ready to go. and you're ready to go.
### More String Assertions ### More String Assertions
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment