Q.1.
The __________ interface allows setting expectations for an associated expected invocation.
Q.2.
_____________ function expect the last invocation any times.
Q.3.
______________ sets stub behavior for the expected invocation.
Q.4.
_______________ expect the last invocation between min and max times.
Q.5.
____________ expect the last invocation a specified number of times.
Q.6.
_____________ sets a stub object that will be used for the calculation of the answer for the expected invocation.
Q.7.
_______________ sets a stub object implementing the same interface as the mock.
Q.8.
_____________ records a call but returns nothing.
Q.9.
_____________ expects the last invocation once.
Q.10.
_______________ sets a return value that will be returned for the expected invocation.