Googletest export

Add files for GitHub Pages

PiperOrigin-RevId: 358289110
This commit is contained in:
Abseil Team
2021-02-18 19:18:34 -05:00
committed by Derek Mauro
parent daa0df7b41
commit d9c309fdab
12 changed files with 343 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
## Why should test suite names and test names not contain underscore?
{: .callout .note}
Note: Googletest reserves underscore (`_`) for special purpose keywords, such as
[the `DISABLED_` prefix](advanced.md#temporarily-disabling-tests), in addition
to the following rationale.
@@ -129,6 +130,7 @@ can much more easily decide which one to use the next time.
## I got some run-time errors about invalid proto descriptors when using `ProtocolMessageEquals`. Help!
{: .callout .note}
**Note:** `ProtocolMessageEquals` and `ProtocolMessageEquiv` are *deprecated*
now. Please use `EqualsProto`, etc instead.