From a92e4a8e92cd274eb9832f48cd54a2fe694edaeb Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 12 Aug 2019 16:36:35 -0400 Subject: Googletest export Internal changes PiperOrigin-RevId: 262994110 --- googlemock/docs/cook_book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemock/docs/cook_book.md b/googlemock/docs/cook_book.md index 923817e..b28b84e 100644 --- a/googlemock/docs/cook_book.md +++ b/googlemock/docs/cook_book.md @@ -178,7 +178,7 @@ class MockStack : public StackInterface { #### Mocking Non-virtual Methods {#MockingNonVirtualMethods} gMock can mock non-virtual functions to be used in Hi-perf dependency -injection.. +injection.[See this](http://go/tott/33). In this case, instead of sharing a common base class with the real class, your mock class will be *unrelated* to the real class, but contain methods with the -- cgit v0.12