mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Revert incorrect update.
PiperOrigin-RevId: 609387046 Change-Id: I03e42c39011fc7e9715f896591a44ebede1933b2
This commit is contained in:
parent
db38b59fa0
commit
9d43b27f7a
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
|
||||
.WillRepeatedly(action) // Can be used any number of times
|
||||
.WillOnce(action) // Can be used at most once
|
||||
.WillOnce(action) // Can be used any number of times
|
||||
.WillRepeatedly(action) // Can be used at most once
|
||||
.RetiresOnSaturation(); // Can be used at most once
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue