Is it possible to assign an out/ref parameter using Moq (3.0+)? I’ve looked at using Callback(), but Action<> does not support ref parameters ...
-
May 11, 2022
- 0 Comments