Hi,
I found a few similar post back days for 2 years.
Just want to double check if there's any solution to by now or we still need to use reflection to invoke the private static method that has ref param ?
TypeMock.TypeMockException :
*** Could not invoke DummyClass.DummyStaticMethod:
No overloads of method "DummyStaticMethod" receive argument types {Boolean}
Possible candidates are:
- DummyStaticMethod(Boolean&)
Thanks