Commit 1de97fd1 by Sebastian Krämer

Apply suggestions from code review for GTEST_SKIP documentation

Extended example and some rewording by @ericschmidtatwork, thank you. Co-authored-by: 's avatarEric Schmidt <shibumi@google.com>
parent c4ed56eb
......@@ -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
......
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