Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
a743249a
Commit
a743249a
authored
Jul 18, 2019
by
Gennadiy Civil
Browse files
Manual docs tweaks still in preparation for including docs with code pushes
parent
15756aa0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
googletest/docs/advanced.md
googletest/docs/advanced.md
+1
-1
googletest/docs/primer.md
googletest/docs/primer.md
+1
-1
No files found.
googletest/docs/advanced.md
View file @
a743249a
...
@@ -385,7 +385,7 @@ using ::testing::StartsWith;
...
@@ -385,7 +385,7 @@ using ::testing::StartsWith;
```
```
Read this
Read this
[
recipe
](
https://github.com/google/googletest/blob/master
/googlemock/docs/cook_book.md#using-matchers-in-googletest-assertions
)
[
recipe
](
../..
/googlemock/docs/cook_book.md#using-matchers-in-googletest-assertions
)
in the gMock Cookbook for more details.
in the gMock Cookbook for more details.
gMock has a rich set of matchers. You can do many things googletest cannot do
gMock has a rich set of matchers. You can do many things googletest cannot do
...
...
googletest/docs/primer.md
View file @
a743249a
...
@@ -164,7 +164,7 @@ you'll get a compiler error. We used to require the arguments to support the
...
@@ -164,7 +164,7 @@ you'll get a compiler error. We used to require the arguments to support the
`<<`
is supported, it will be called to print the arguments when the assertion
`<<`
is supported, it will be called to print the arguments when the assertion
fails; otherwise googletest will attempt to print them in the best way it can.
fails; otherwise googletest will attempt to print them in the best way it can.
For more details and how to customize the printing of the arguments, see
For more details and how to customize the printing of the arguments, see
[
documentation
](
https://github.com/google/googletest/blob/master
/googlemock/docs/cook_book.md#teaching-gmock-how-to-print-your-values
)
[
documentation
](
../..
/googlemock/docs/cook_book.md#teaching-gmock-how-to-print-your-values
)
These assertions can work with a user-defined type, but only if you define the
These assertions can work with a user-defined type, but only if you define the
corresponding comparison operator (e.g.
`==`
,
`<`
, etc). Since this is
corresponding comparison operator (e.g.
`==`
,
`<`
, etc). Since this is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment