Home | History | Annotate | Download | only in docs

Lines Matching full:effects

295 next guy, but sadly they are side effects of C++'s limitations):
1604 ## Mocking Side Effects ##
1607 via side effects. For example, it may change some global state or
1608 modify an output argument. To mock side effects, in general you can
1725 If the behavior change is more complex, you can store the effects in a variable and make a mock method get its return value from that variable: