Commit 6e8a8623 authored by Abseil Team's avatar Abseil Team Committed by Derek Mauro
Browse files

Googletest export

internal change

PiperOrigin-RevId: 370503556
parent 252ce9c5
...@@ -675,7 +675,7 @@ meaning of the `.After()`. ...@@ -675,7 +675,7 @@ meaning of the `.After()`.
### Sequences {#UsingSequences} ### Sequences {#UsingSequences}
When you have a long chain of sequential expectations, it's easier to specify 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 in the chain a different name. *All expected calls* in the same sequence must
occur in the order they are specified. occur in the order they are specified.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment