Jason Smith
Results
2
comments of
Jason Smith
Currently there isn't a way to achieve var or out parameter return values with Delphi.Mocks. I have had plans on how to achieve this, just haven't had the time to...
Yes, and it is one of the draw backs for using Delphi.Mocks. Even in C# you have to do something like the following for Moq. int outVariable = 2; myMock.Setup(x...