Googletest export

internal change

PiperOrigin-RevId: 370503556
pull/3391/head
Abseil Team 4 years ago committed by Derek Mauro
parent 252ce9c52d
commit 6e8a8623fb
  1. 2
      docs/gmock_cheat_sheet.md

@ -675,7 +675,7 @@ meaning of the `.After()`.
### Sequences {#UsingSequences}
When you have a long chain of sequential expectations, it's easier to specify
the order using **sequences**, which don't require you to given each expectation
the order using **sequences**, which don't require you to give each expectation
in the chain a different name. *All expected calls* in the same sequence must
occur in the order they are specified.

Loading…
Cancel
Save