Commit f278076e authored by Andy Getz's avatar Andy Getz
Browse files

Merge pull request #3027 from keshavgbpecdelhi:patch-2

PiperOrigin-RevId: 334384310
parents 705b9c1a 1f3484a2
...@@ -2115,7 +2115,7 @@ class MockFoo : public Foo { ...@@ -2115,7 +2115,7 @@ class MockFoo : public Foo {
DefaultValue<Bar>::Clear(); DefaultValue<Bar>::Clear();
``` ```
Please note that changing the default value for a type can make you tests hard Please note that changing the default value for a type can make your tests hard
to understand. We recommend you to use this feature judiciously. For example, to understand. We recommend you to use this feature judiciously. For example,
you may want to make sure the `Set()` and `Clear()` calls are right next to the you may want to make sure the `Set()` and `Clear()` calls are right next to the
code that uses your mock. code that uses your mock.
......
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