Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
99ea9ca3
Commit
99ea9ca3
authored
May 28, 2020
by
Derek Mauro
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2698 from aribibek:patch-1
PiperOrigin-RevId: 312342956
parents
6b08b41e
461bd03f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
primer.md
googletest/docs/primer.md
+1
-1
No files found.
googletest/docs/primer.md
View file @
99ea9ca3
...
@@ -169,7 +169,7 @@ you'll get a compiler error. We used to require the arguments to support the
...
@@ -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
`<<`
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 the
For more details and how to customize the printing of the arguments, see the
[
documentation
](
.
./../googlemock/docs/cook_book.md#teaching-gmock
-how-to-print-your-values
)
.
[
documentation
](
.
/advanced.md#teaching-googletest
-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.,
`==`
or
`<`
). Since this is discouraged
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