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
3821ecd5
Commit
3821ecd5
authored
Jul 29, 2019
by
Abseil Team
Committed by
Gennadiy Civil
Jul 29, 2019
Browse files
Googletest export
Fix broken link. PiperOrigin-RevId: 260548004
parent
a45c24ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googlemock/docs/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
...
@@ -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.
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
(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
them? Can you specify an arbitrary partial order? The answer is ... yes!
The
are impatient, the
details can be found
[
here
](
#PartialOrder
)
.)
details can be found
[
here
](
cook_book.md#OrderedCalls
)
.)
#### All Expectations Are Sticky (Unless Said Otherwise) {#StickyExpectations}
#### 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