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
461bd03f
Unverified
Commit
461bd03f
authored
Feb 06, 2020
by
aribibek
Committed by
GitHub
Feb 06, 2020
Browse files
fix a link to documentation
fix a documentation link on "how to customize the printing of the arguments"
parent
10b1902d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/primer.md
googletest/docs/primer.md
+1
-1
No files found.
googletest/docs/primer.md
View file @
461bd03f
...
...
@@ -169,7 +169,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
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 the
[
documentation
](
.
./../googlemock/docs/cook_book
.md#teaching-g
mock
-how-to-print-your-values
)
.
[
documentation
](
.
/advanced
.md#teaching-g
oogletest
-how-to-print-your-values
)
.
These assertions can work with a user-defined type, but only if you define the
corresponding comparison operator (e.g.,
`==`
or
`<`
). Since this is discouraged
...
...
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