eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.24k stars 173 forks source link

Add Set() & AlwaysSet() functions to assign output args #226

Closed hedayat closed 3 years ago

hedayat commented 3 years ago

Add new functions to MethodStubbingProgress, so that output args can also be set in addition to return value for a function

hedayat commented 3 years ago

Oops, already created.