mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Minor documentation correction.
PiperOrigin-RevId: 593126348 Change-Id: I78e12ab5dd2e5acc69b21250bdb04e62990b6309
This commit is contained in:
parent
cde9a745a6
commit
96eadf659f
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ EXPECT_CALL(mock_object, method_name(matchers...))
|
|||
.Times(cardinality) // Can be used at most once
|
||||
.InSequence(sequences...) // Can be used any number of times
|
||||
.After(expectations...) // Can be used any number of times
|
||||
.WillOnce(action) // Can be used any number of times
|
||||
.WillRepeatedly(action) // Can be used at most once
|
||||
.WillRepeatedly(action) // Can be used any number of times
|
||||
.WillOnce(action) // Can be used at most once
|
||||
.RetiresOnSaturation(); // Can be used at most once
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue