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
3821ecd5
Commit
3821ecd5
authored
Jul 29, 2019
by
Abseil Team
Committed by
Gennadiy Civil
Jul 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Fix broken link. PiperOrigin-RevId: 260548004
parent
a45c24ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
for_dummies.md
googlemock/docs/for_dummies.md
+2
-2
No files found.
googlemock/docs/for_dummies.md
View file @
3821ecd5
...
...
@@ -595,8 +595,8 @@ In this example, we test that `Foo()` calls the three expected functions in the
order as written. If a call is made out-of-order, it will be an error.
(What if you care about the relative order of some of the calls, but not all of
them? Can you specify an arbitrary partial order? The answer is ... yes!
If you
are impatient, the details can be found
[
here
](
#PartialOrder
)
.)
them? Can you specify an arbitrary partial order? The answer is ... yes!
The
details can be found
[
here
](
cook_book.md#OrderedCalls
)
.)
#### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}
...
...
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