Apply suggestions from code review for GTEST_SKIP documentation

Extended example and some rewording by @ericschmidtatwork, thank you.

Co-authored-by: Eric Schmidt <shibumi@google.com>
This commit is contained in:
Sebastian Krämer 2021-04-15 22:11:23 +02:00
parent c4ed56eb75
commit 1de97fd1c3

View File

@ -551,7 +551,7 @@ TEST_F(Fixture, SkipsOneTest) {
}
```
The informational text is optional.
As with assertion macros, you can stream a custom message into `GTEST_SKIP()`.
## Teaching googletest How to Print Your Values