mirror of
https://github.com/google/googletest.git
synced 2024-12-27 10:11:03 +08:00
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:
parent
c4ed56eb75
commit
1de97fd1c3
@ -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
|
## Teaching googletest How to Print Your Values
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user