If Times() is omitted, the cardinality is assumed to be:- Times(1) when there is neither WillOnce() nor WillRepeatedly();- Times(n) when there are n WillOnce()s but no WillRepeatedly(), where n >= 1; or- Times(AtLeast(n)) when there are n WillOnce()s and a WillRepeatedly(), where n >= 0.
and a WillRepeatedly eliminates the upperbound on Times.
--
---
You received this message because you are subscribed to the Google Groups "Google C++ Mocking Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to googlemock+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/googlemock/CAPdGrqq1O146f8jwcCYZrQPzALxxLaE1f19wESEcqrLU%3D%3D2vVg%40mail.gmail.com.