I\'m having trouble verifying that mock of IInterface.SomeMethod(T arg) was called using Moq.Mock.Verify.
IInterface.SomeMethod(T arg)
Moq.Mock.Verify
I\'m can verify that met
It is a known issue in the Moq 4.0.10827 which is a current release version. See this discussion at GitHub https://github.com/Moq/moq4/pull/25. I have downloaded its dev branch, compiled and referenced it and now your test passes.